Patched joja community development menu

This commit is contained in:
Mohammad Shoaib
2022-04-11 22:48:56 +05:30
parent 4b6879b1f3
commit 0e1ab968e7
5 changed files with 363 additions and 285 deletions

View File

@@ -466,10 +466,10 @@ namespace stardew_access.Patches
if (menu is JunimoNoteMenu)
{
GameMenuPatches.currentIngredientListItem = -1;
GameMenuPatches.currentIngredientInputSlot = -1;
GameMenuPatches.currentInventorySlot = -1;
GameMenuPatches.junimoNoteMenuQuery = "";
BundleMenuPatches.currentIngredientListItem = -1;
BundleMenuPatches.currentIngredientInputSlot = -1;
BundleMenuPatches.currentInventorySlot = -1;
BundleMenuPatches.junimoNoteMenuQuery = "";
}
if (menu is ShopMenu)