Trying to add custom sounds

This commit is contained in:
shoaib11120
2022-01-05 21:08:59 +05:30
parent 4ec08076a7
commit d9b92e7203
3 changed files with 21 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ namespace stardew_access.Patches
if (Context.IsPlayerFree)
ScreenReader.sayWithChecker(toSpeak.ToString(), true); // Normal Checker
else
ScreenReader.sayWithMenuChecker(toSpeak.ToString(), true); // Normal Checker
ScreenReader.sayWithMenuChecker(toSpeak.ToString(), true); // Menu Checker
}
#endregion
}