Readded Mephidross Vampire.

Added a few tests.
This commit is contained in:
solo81@web.de
2010-09-26 13:53:25 +00:00
parent 82ab92a61f
commit 56a6c7b6f6
7 changed files with 114 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
#Testing Dross Golem (keyword:AFFINITYSWAMP)
#Affinity for swamps (This spell costs {1} less to cast for each swamp you control.)
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Swamp,Swamp,Swamp,Swamp
hand:Dross Golem
manapool:{1}
[PLAYER2]
[DO]
Dross Golem
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Swamp,Swamp,Swamp,Swamp,Dross Golem
manapool:{0}
[PLAYER2]
[END]