- adding a test for issue 501 (changeling creatures do not get correct creature types)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-10-31 03:19:25 +00:00
parent ab37002fd7
commit f847bff1d4

View File

@@ -0,0 +1,20 @@
#Bug: Changeling doesn't work
# Amoeboid changeling should be a kithkin, and get the Wizened Cenn bonus
# see: http://code.google.com/p/wagic/issues/detail?id=501
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Wizened Cenn,Amoeboid Changeling
hand:Scar
manapool:{R}
[PLAYER2]
[DO]
scar
Amoeboid Changeling
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Wizened Cenn,Amoeboid Changeling
graveyard:Scar
[PLAYER2]
[END]