- 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:
Agetian
2017-01-18 12:23:13 +00:00
parent ee65ad43a1
commit c31d1bae80
6 changed files with 32 additions and 5 deletions

View File

@@ -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,