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