121122123124125126127128129130131
} for (UUID cardId : landsToSacrifice) { Permanent permanent = game.getPermanent(cardId); if (permanent != null) { permanent.sacrifice(source.getSourceId(), game); } } //Creatures int minCreature = Integer.MAX_VALUE;