mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-25 19:02:19 -05:00
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:
commit
f9a4070225
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user