Fix bad refactor (for real this time) (#8263)

Co-authored-by: tool4EvEr <tool4EvEr@>
This commit is contained in:
tool4ever
2025-07-31 20:05:05 +02:00
committed by GitHub
parent 683d92399d
commit 6d7853428f

View File

@@ -88,7 +88,7 @@ public class CharmAi extends SpellAbilityAi {
CharmEffect.chainAbilities(sa, chosenList);
}
return checkApiLogic(ai, sa);
return super.checkApiLogic(ai, sa);
}
private List<AbilitySub> chooseOptionsAi(SpellAbility sa, List<AbilitySub> choices, final Player ai, boolean isTrigger, int num, int min) {