mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fix compile
This commit is contained in:
@@ -124,9 +124,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user