* Some minor changes to return code handling.

This commit is contained in:
LevelX2 2017-07-23 14:57:06 +02:00
parent 647cd9bc6d
commit d5f4df7f54
9 changed files with 37 additions and 39 deletions

View file

@ -73,7 +73,6 @@ public class SacrificeEffect extends OneShotEffect {
@Override
public boolean apply(Game game, Ability source) {
Player player = game.getPlayer(targetPointer.getFirst(game, source));
if (player == null) {
return false;
}