- Improved detailed spell ability descriptions when paying costs/targeting by getting rid of the Targeting ERROR text in the prompt box at the time when the SA is not yet targeted by the player.

- Made the detailed SA descriptions on paying costs/targeting optional (can be enabled/disabled in preferences, enabled by default) for people wanting the old behavior (which might especially be useful for mobile Forge on small screens).
This commit is contained in:
Agetian
2017-01-14 19:44:01 +00:00
parent d80a8dcad4
commit ef27adc5c6
7 changed files with 32 additions and 3 deletions

View File

@@ -118,6 +118,10 @@ public class SettingsPage extends TabPage<SettingsScreen> {
"Free Block Handling",
"When enabled, if you would have to pay 0 to block, pay automatically without prompt."),
1);
lstSettings.addItem(new BooleanSetting(FPref.UI_DETAILED_SPELLDESC_IN_PROMPT,
"Show Spell Description on Payment/Targeting",
"When enabled, detailed spell/ability descriptions are shown when choosing targets and paying costs."),
1);
//Random Deck Generation
lstSettings.addItem(new BooleanSetting(FPref.DECKGEN_NOSMALL,