forked from External/mage
refactored Player.setLife() to include source, some more changes
This commit is contained in:
parent
2205db105f
commit
3c2a8ee17d
41 changed files with 120 additions and 133 deletions
|
|
@ -77,8 +77,8 @@ public class ExchangeLifeTargetEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
|
||||
controller.setLife(lifePlayer, game);
|
||||
player.setLife(lifeController, game);
|
||||
controller.setLife(lifePlayer, game, source);
|
||||
player.setLife(lifeController, game, source);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue