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:
@@ -1606,7 +1606,7 @@ abilities=reach
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying Whenever a creature with flying is put into a graveyard from the battlefield, put a +1/+1 counter on Soulcatcher.
|
||||
auto=@movedTo(creature[flying]|graveyard) from(battlefield):counter(1/1)
|
||||
auto=@movedTo(graveyard) from(creature[flying]|battlefield):counter(1/1)
|
||||
id=31865
|
||||
name=Soulcatcher
|
||||
rarity=U
|
||||
|
||||
Reference in New Issue
Block a user