mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
1 call less
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user