mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Change the prompt of AF charm from "choose a spell" to "choose a mode" to reflect its usage on abilities.
This commit is contained in:
@@ -128,7 +128,7 @@ public final class AbilityFactory_Charm {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (int i = 0; i < sa.getCharmNumber(); i++) {
|
for (int i = 0; i < sa.getCharmNumber(); i++) {
|
||||||
Object o = GuiUtils.getChoice("Choose a spell", choices.toArray());
|
Object o = GuiUtils.getChoice("Choose a mode", choices.toArray());
|
||||||
Ability_Sub chosen = (Ability_Sub) o;
|
Ability_Sub chosen = (Ability_Sub) o;
|
||||||
sa.addCharmChoice(chosen);
|
sa.addCharmChoice(chosen);
|
||||||
choices.remove(chosen);
|
choices.remove(chosen);
|
||||||
|
|||||||
Reference in New Issue
Block a user