Fixed dialogue narration

This commit is contained in:
Mohammad Shoaib
2022-02-13 19:56:09 +05:30
parent 84c22868d7
commit 96e5d5a8cc
3 changed files with 74 additions and 34 deletions

View File

@@ -414,6 +414,12 @@ namespace stardew_access.Patches
BuildingNAnimalMenuPatches.purchaseAnimalsMenu = null;
}
if (__instance is DialogueBox)
{
DialoguePatches.isDialogueAppearingFirstTime = true;
DialoguePatches.currentDialogue = " ";
}
GameMenuPatches.hoveredItemQueryKey = "";
}
catch (Exception e)