mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Fix Isareth not adding corpse counters
This commit is contained in:
parent
3a76a0c3d0
commit
8c97b47b21
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class IsarethTheAwakenerEffect extends OneShotEffect {
|
|||
}
|
||||
Counters countersToAdd = new Counters();
|
||||
countersToAdd.addCounter(CounterType.CORPSE.createInstance());
|
||||
game.setEnterWithCounters(source.getSourceId(), countersToAdd);
|
||||
game.setEnterWithCounters(card.getId(), countersToAdd);
|
||||
return controller.moveCards(card, Zone.BATTLEFIELD, source, game);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue