Fix compile

This commit is contained in:
drdev
2015-09-28 23:01:24 +00:00
parent 94cf3886b8
commit 5ced8db4b1

View File

@@ -124,10 +124,10 @@ public class ProtectAi extends SpellAbilityAi {
return false;
}
if (threatenedObjects.contains(c)) {
return true;
}}
if (threatenedObjects.contains(c)) {
return true;
}
if (combat != null) {
//creature is blocking and would be destroyed itself
if (combat.isBlocking(c) && ComputerUtilCombat.blockerWouldBeDestroyed(ai, c, combat)) {