mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Added an option to preselect the last known order of simultaneous abilities to simplify confirming the previous order (which is by far the most common thing you'd want).
- Fixed an issue where the wrapped abilities triggered by different objects counted as different abilities for the purpose of remembering simultaneous ability order. - Updated CHANGES.txt.
This commit is contained in:
@@ -122,6 +122,10 @@ public class SettingsPage extends TabPage<SettingsScreen> {
|
||||
"Spell Description in Payment Prompt",
|
||||
"When enabled, detailed spell/ability descriptions are shown when choosing targets and paying costs."),
|
||||
1);
|
||||
lstSettings.addItem(new BooleanSetting(FPref.UI_PRESELECT_PREVIOUS_ABILITY_ORDER,
|
||||
"Preselect Last Order of Abilities",
|
||||
"When enabled, preselects the last defined simultaneous ability order in the ordering dialog."),
|
||||
1);
|
||||
|
||||
//Random Deck Generation
|
||||
lstSettings.addItem(new BooleanSetting(FPref.DECKGEN_NOSMALL,
|
||||
|
||||
Reference in New Issue
Block a user