Fix AI failing to pay Spree-like charm because it didn't see final cost (#5208)

Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
This commit is contained in:
tool4ever
2024-05-06 19:31:45 +02:00
committed by GitHub
parent 4532fab999
commit 96c517c49f
4 changed files with 12 additions and 7 deletions

View File

@@ -249,7 +249,7 @@ public class CharmEffect extends SpellAbilityEffect {
return true;
}
private static void chainAbilities(SpellAbility sa, List<AbilitySub> chosen) {
public static void chainAbilities(SpellAbility sa, List<AbilitySub> chosen) {
if (chosen == null) {
return;
}