added test for leyline of the void and rest in peace and darksteel colossus

This commit is contained in:
Anthony Calosa
2015-09-05 06:44:10 +08:00
parent 7878252692
commit 74bba5263a
2 changed files with 49 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#Testing Rest in Peace vs Disenchant
#Rest in Peace should be exiled while Disenchant must be put
#in the owner's graveyard..
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Rest in Peace
hand:Disenchant
manapool:{W}{W}
[PLAYER2]
[DO]
Disenchant
Rest in Peace
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Disenchant
manapool:{0}
exile:Rest in Peace
life:20
[PLAYER2]
life:20
[END]