diff --git a/src/forge/ComputerAI_Burn2.java b/src/forge/ComputerAI_Burn2.java index 26230e3b2ea..e07d49c24eb 100644 --- a/src/forge/ComputerAI_Burn2.java +++ b/src/forge/ComputerAI_Burn2.java @@ -14,8 +14,9 @@ public class ComputerAI_Burn2 implements Computer { synchronized(ComputerAI_Burn2.this) { if(AllZone.Stack.size() == 0 && AllZone.Phase.is(Constant.Phase.Main1, AllZone.ComputerPlayer)) { - SpellAbilityList list = null; //Move3.getBestMove(); - + //dead code + /* SpellAbilityList list = null; //Move3.getBestMove(); + if(list != null && list.size() != 0) { SpellAbility sa = list.get(0); sa.setActivatingPlayer(AllZone.ComputerPlayer); @@ -35,7 +36,7 @@ public class ComputerAI_Burn2 implements Computer { + " CardUtil.getConvertedManaCost(sa)-" + CardUtil.getConvertedManaCost(sa) + " ComputerUtil.getAvailableMana().size()-" + ComputerUtil.getAvailableMana().size()); - }//list.size != 0 + }//list.size != 0*/ if(AllZone.Stack.size() == 0 && AllZone.Phase.is(Constant.Phase.Main1, AllZone.ComputerPlayer)) {