From b849c0c5aa3a51eb60b320a0c2b335b53b712319 Mon Sep 17 00:00:00 2001 From: slapshot5 Date: Sun, 9 Oct 2011 16:54:22 +0000 Subject: [PATCH] Allow Compy to activate abilities in Draw phase. --- src/main/java/forge/ComputerAI_General.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/forge/ComputerAI_General.java b/src/main/java/forge/ComputerAI_General.java index b9546c4d120..7482c1c41a9 100644 --- a/src/main/java/forge/ComputerAI_General.java +++ b/src/main/java/forge/ComputerAI_General.java @@ -427,7 +427,6 @@ public class ComputerAI_General implements Computer { sas = getOtherPhases(); boolean pass = (sas.length == 0) - || AllZone.getPhase().is(Constant.Phase.Draw, AllZone.getComputerPlayer()) || AllZone.getPhase().is(Constant.Phase.End_Of_Turn, AllZone.getComputerPlayer()); if (!pass) { // Each AF should check the phase individually pass = ComputerUtil.playCards(sas);