Moved money to top in hover text
This commit is contained in:
@@ -98,6 +98,11 @@ namespace stardew_access.Patches
|
|||||||
toSpeak.Append(text);
|
toSpeak.Append(text);
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region Add money
|
||||||
|
if (moneyAmountToDisplayAtBottom != -1)
|
||||||
|
toSpeak.Append($"\nValue: {moneyAmountToDisplayAtBottom}g\n");
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Add crafting ingredients
|
#region Add crafting ingredients
|
||||||
if (craftingIngredients != null)
|
if (craftingIngredients != null)
|
||||||
{
|
{
|
||||||
@@ -149,11 +154,6 @@ namespace stardew_access.Patches
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Add money
|
|
||||||
if (moneyAmountToDisplayAtBottom != -1)
|
|
||||||
toSpeak.Append($"\nValue: {moneyAmountToDisplayAtBottom}g\n");
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
#region Narrate toSpeak
|
#region Narrate toSpeak
|
||||||
ScreenReader.sayWithChecker(toSpeak.ToString(), true);
|
ScreenReader.sayWithChecker(toSpeak.ToString(), true);
|
||||||
#endregion
|
#endregion
|
||||||
|
Reference in New Issue
Block a user