From 718ded7c443c1b9a4501dbe5939ddd54cc7c1570 Mon Sep 17 00:00:00 2001 From: Adam Bird Date: Thu, 25 May 2023 15:47:51 -0400 Subject: [PATCH] fix: use blue potion refill for granny shop item when unshuffled --- soh/soh/Enhancements/randomizer/3drando/item_pool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/3drando/item_pool.cpp b/soh/soh/Enhancements/randomizer/3drando/item_pool.cpp index 348733620..9b55eb0b4 100644 --- a/soh/soh/Enhancements/randomizer/3drando/item_pool.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/item_pool.cpp @@ -725,7 +725,7 @@ void GenerateItemPool() { AddItemToMainPool(BOMBCHU_10); } } else { - PlaceItemInLocation(KAK_GRANNYS_SHOP, BOTTLE_WITH_BLUE_POTION, false, true); + PlaceItemInLocation(KAK_GRANNYS_SHOP, BLUE_POTION_REFILL, false, true); PlaceItemInLocation(GC_MEDIGORON, GIANTS_KNIFE, false, true); PlaceItemInLocation(WASTELAND_BOMBCHU_SALESMAN, BOMBCHU_10, false, true); }