mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
- I'm dumb
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user