Files
wagic/projects/mtg/bin/Res/test/bugs/changeling_i501.txt
wagic.the.homebrew@gmail.com f847bff1d4 Erwan
- adding a test for issue 501 (changeling creatures do not get correct creature types)
2010-10-31 03:19:25 +00:00

20 lines
411 B
Plaintext

#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]