mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Fix #9667
This commit is contained in:
parent
7d52a2afff
commit
010f24d63e
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class SawInHalfEffect extends OneShotEffect {
|
|||
|| game.getState().getZone(permanent.getId()) != Zone.GRAVEYARD) {
|
||||
return false;
|
||||
}
|
||||
game.getState().processAction(game);
|
||||
return new CreateTokenCopyTargetEffect(
|
||||
permanent.getControllerId(), null, false, 2, false, false, null,
|
||||
divide(permanent.getPower()), divide(permanent.getToughness()), false
|
||||
|
|
Loading…
Reference in a new issue