mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
* Karn Liberated - fixed that after using its -14 ability the game does not properly set the starting player of the new game (fixes #3786).
This commit is contained in:
parent
3a52ce609d
commit
a3e7aa6230
3 changed files with 51 additions and 35 deletions
|
|
@ -157,6 +157,7 @@ class KarnLiberatedEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
game.addDelayedTriggeredAbility(new KarnLiberatedDelayedTriggeredAbility(exileId), source);
|
||||
game.setStartingPlayerId(source.getControllerId());
|
||||
game.start(null);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue