- fix for issue 301 (creatures go to graveyard) - This adds an important change to "movedTo", which now accepts a "full" target description in both "from" and "movedTo". The point is that a card does not move to "creature|graveyard" from "battlefield" but moves from "creature|battlefield" to "graveyard".
27 lines
506 B
Plaintext
27 lines
506 B
Plaintext
#NAME: Kormus Bell
|
|
#DESC:
|
|
#DESC: BUG
|
|
#DESC:
|
|
#DESC: Swamps with Kormus Bell Should Trigger
|
|
#DESC: all creatures abilities when they go
|
|
#DESC: to the graveyard.
|
|
#see http://code.google.com/p/wagic/issues/detail?id=301
|
|
[INIT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Dingus Staff,Kormus Bell,Swamp
|
|
hand:terror
|
|
manapool:{1}{B}
|
|
[PLAYER2]
|
|
[DO]
|
|
# Lets Kill the Swamp
|
|
Terror
|
|
Swamp
|
|
[ASSERT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Dingus Staff,Kormus Bell
|
|
graveyard:terror,swamp
|
|
life:18
|
|
[END]
|