1 call less

This commit is contained in:
Maxmtg
2012-10-08 11:52:10 +00:00
parent a11aca35ed
commit 1d92647dfd

View File

@@ -107,7 +107,7 @@ public class SpellPermanent extends Spell {
} else if (controller.isHuman()) { } else if (controller.isHuman()) {
AllZone.getInputControl().setInput(SpellPermanent.this.championInputComes); AllZone.getInputControl().setInput(SpellPermanent.this.championInputComes);
} else { // Computer } else { // Computer
List<Card> computer = AllZone.getComputerPlayer().getCardsIn(ZoneType.Battlefield); List<Card> computer = controller.getCardsIn(ZoneType.Battlefield);
computer = CardLists.getValidCards(computer, SpellPermanent.this.championValid, controller, source); computer = CardLists.getValidCards(computer, SpellPermanent.this.championValid, controller, source);
computer.remove(source); computer.remove(source);