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:
@@ -411,7 +411,7 @@ type=Sorcery
|
||||
[card]
|
||||
text=Whenever Mycoid Shepherd or another creature you control with power 5 or greater is put into a graveyard from the battlefield, you may gain 5 life.
|
||||
auto=@movedTo(this|graveyard) from(myBattlefield):may life:5 controller
|
||||
auto=@movedTo(other creature[power>=5]|graveyard) from(myBattlefield):may life:5 controller
|
||||
auto=@movedTo(graveyard) from(other creature[power>=5]|myBattlefield):may life:5 controller
|
||||
id=179548
|
||||
name=Mycoid Shepherd
|
||||
rarity=R
|
||||
|
||||
Reference in New Issue
Block a user