Added ladder to read tile

This commit is contained in:
shoaib11120
2021-12-20 23:02:50 +05:30
parent fdf9f7c0a8
commit dd0889e7fb
3 changed files with 34 additions and 12 deletions

View File

@@ -91,16 +91,16 @@ namespace stardew_access.Patches
#region Add title if any
if (boldTitleText != null)
toSpeak.Append($"{boldTitleText}.\n");
#endregion
#region Add the base text
toSpeak.Append(text);
toSpeak.Append($"{boldTitleText}\n");
#endregion
#region Add money
if (moneyAmountToDisplayAtBottom != -1)
toSpeak.Append($"\nValue: {moneyAmountToDisplayAtBottom}g\n");
toSpeak.Append($"\nCost: {moneyAmountToDisplayAtBottom}g\n");
#endregion
#region Add the base text
toSpeak.Append(text);
#endregion
#region Add crafting ingredients