Bug fix in mail narration
parent
407adecde6
commit
1631002da9
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue