Merge pull request #2920 from Archez/fix-granny-unshuffled

Fix: Use blue potion refill for Granny Shop item when unshuffled
This commit is contained in:
Christopher Leggett 2023-05-27 15:18:33 -04:00 committed by GitHub
commit f9a4070225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}