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:
@@ -377,7 +377,7 @@ type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Whenever a creature with shadow is put into a graveyard from the battlefield, put a +1/+1 counter on Dauthi Ghoul.
|
||||
auto=@movedTo(creature[shadow]|graveyard) from(battlefield):counter(1/1)
|
||||
auto=@movedTo(graveyard) from(creature[shadow]|battlefield):counter(1/1)
|
||||
id=4649
|
||||
name=Dauthi Ghoul
|
||||
rarity=U
|
||||
@@ -1490,7 +1490,7 @@ toughness=1
|
||||
[card]
|
||||
text=Enchant creature Whenever a creature is put into a graveyard from the battlefield, put a +1/+1 counter on enchanted creature.
|
||||
target=creature
|
||||
auto=@movedTo(creature|graveyard) from(battlefield):counter(1/1)
|
||||
auto=@movedTo(graveyard) from(creature|battlefield):counter(1/1)
|
||||
id=4682
|
||||
name=Sadistic Glee
|
||||
rarity=C
|
||||
|
||||
Reference in New Issue
Block a user