mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix bad refactor (for real this time) (#8263)
Co-authored-by: tool4EvEr <tool4EvEr@>
This commit is contained in:
@@ -88,7 +88,7 @@ public class CharmAi extends SpellAbilityAi {
|
|||||||
CharmEffect.chainAbilities(sa, chosenList);
|
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) {
|
private List<AbilitySub> chooseOptionsAi(SpellAbility sa, List<AbilitySub> choices, final Player ai, boolean isTrigger, int num, int min) {
|
||||||
|
|||||||
Reference in New Issue
Block a user