This commit is contained in:
TRT
2022-05-06 09:09:41 +02:00
parent 84bd068a06
commit 16c3f4ed14
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ public class PumpAi extends PumpAiBase {
}
return cost.hasSpecificCostType(CostTapType.class);
}
@Override
protected boolean checkAiLogic(final Player ai, final SpellAbility sa, final String aiLogic) {
if ("MoveCounter".equals(aiLogic)) {