Bug fix in mail narration

This commit is contained in:
shoaib11120
2022-01-13 12:46:06 +05:30
parent 407adecde6
commit 1631002da9

View File

@@ -202,10 +202,9 @@ namespace stardew_access.Patches
return; return;
#region Texts in the letter #region Texts in the letter
string title = __instance.mailTitle;
string message = __instance.mailMessage[__instance.page]; string message = __instance.mailMessage[__instance.page];
string toSpeak = $"{title} \t\n\t {message}."; string toSpeak = $"{message}";
if (__instance.ShouldShowInteractable()) if (__instance.ShouldShowInteractable())
{ {