mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
Fix [LTC] Model of Unity
This commit is contained in:
parent
f77e4a99f9
commit
09676667be
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ModelOfUnityEffect extends OneShotEffect {
|
|||
}
|
||||
Player player = game.getPlayer(opponentId);
|
||||
if (player != null && player.chooseUse(outcome, "Scry 2?", source, game)) {
|
||||
player.loseLife(2, game, source, false);
|
||||
player.scry(2, source, game);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue