mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Athreos, God of Passage - Fixed that cards returned to hand with the triggered ability werer alaso schown wrongly in graveyard after the effect resolved.
This commit is contained in:
parent
b5f583abb4
commit
596237bf39
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class AthreosGodOfPassageReturnEffect extends OneShotEffect {
|
|||
}
|
||||
if (opponent == null || !paid) {
|
||||
if (game.getState().getZone(creature.getId()).equals(Zone.GRAVEYARD)) {
|
||||
controller.moveCards(creature, null, Zone.HAND, source, game);
|
||||
controller.moveCards(game.getCard(creatureId), null, Zone.HAND, source, game);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue