mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Condemn - Added missing return value.
This commit is contained in:
parent
2a9259db8a
commit
4604b076eb
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ class CondemnEffect extends OneShotEffect {
|
|||
Player player = game.getPlayer(permanent.getControllerId());
|
||||
if (player != null) {
|
||||
player.gainLife(permanent.getToughness().getValue(), game);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue