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:
@@ -996,7 +996,7 @@ abilities=flying
|
||||
[card]
|
||||
text=Enchant creature When a creature is put into a graveyard from the battlefield, destroy enchanted creature.
|
||||
target=creature
|
||||
auto=@movedTo(creature|graveyard) from(battlefield):destroy
|
||||
auto=@movedTo(graveyard) from(creature|battlefield):destroy
|
||||
id=179891
|
||||
name=Yoke of the Damned
|
||||
rarity=C
|
||||
|
||||
Reference in New Issue
Block a user