Merge pull request #244 from tool4ever/lkifix

Update some older cards to use LKI correctly
This commit is contained in:
Agetian
2022-05-06 10:48:49 +03:00
committed by GitHub
7 changed files with 14 additions and 13 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)) {