Erwan
- 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".
This commit is contained in:
@@ -130,8 +130,8 @@ abilities=flying,cloud
|
||||
[card]
|
||||
text=Whenever a creature is put into a graveyard from the battlefield, Dingus Staff deals 2 damage to that creature's controller.
|
||||
id=4432
|
||||
auto=@movedTo(creature|mygraveyard) from(myBattlefield):life:-2 controller
|
||||
auto=@movedTo(creature|opponentgraveyard) from(opponentBattlefield):life:-2 opponent
|
||||
auto=@movedTo(mygraveyard) from(creature|myBattlefield):life:-2 controller
|
||||
auto=@movedTo(opponentgraveyard) from(creature|opponentBattlefield):life:-2 opponent
|
||||
name=Dingus Staff
|
||||
rarity=U
|
||||
mana={4}
|
||||
|
||||
Reference in New Issue
Block a user