- I'm dumb

This commit is contained in:
Northmoc
2021-07-28 10:42:51 -04:00
parent a14b13164f
commit 953430255e

View File

@@ -66,7 +66,7 @@ public class ChooseGenericEffect extends SpellAbilityEffect {
}
List<SpellAbility> chosenSAs = Lists.newArrayList();
String prompt = sa.getParamOrDefault(sa.getParam("ChoicePrompt"), "Choose");
String prompt = sa.getParamOrDefault("ChoicePrompt","Choose");
if (sa.hasParam("AtRandom")) {
Aggregates.random(abilities, amount, chosenSAs);
} else {