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:
@@ -992,7 +992,7 @@ abilities=flying
|
||||
[card]
|
||||
text=Whenever a creature is put into a graveyard from the battlefield, you gain 1 life.
|
||||
id=136514
|
||||
auto=@movedTo(creature|graveyard) from(battlefield):life:1 controller
|
||||
auto=@movedTo(graveyard) from(creature|battlefield):life:1 controller
|
||||
name=Moonlit Wake
|
||||
rarity=U
|
||||
mana={2}{W}
|
||||
|
||||
Reference in New Issue
Block a user