mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed the AI cheating with Repeated Barrage Raid ability.
This commit is contained in:
@@ -70,6 +70,8 @@ public class ChangeZoneAi extends SpellAbilityAi {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} else if (aiLogic.equals("RaidOnly")) {
|
||||
return ai.getAttackedWithCreatureThisTurn();
|
||||
}
|
||||
|
||||
return super.checkAiLogic(ai, sa, aiLogic);
|
||||
|
||||
Reference in New Issue
Block a user