mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Reverted an accidental commit of a test change in CountersPutAi.
This commit is contained in:
@@ -217,7 +217,7 @@ public class CountersPutAi extends SpellAbilityAi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ("PayEnergy".equals(sa.getParam("AILogic"))) {
|
if ("PayEnergy".equals(sa.getParam("AILogic"))) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("PayEnergyConservatively".equals(sa.getParam("AILogic"))) {
|
if ("PayEnergyConservatively".equals(sa.getParam("AILogic"))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user