mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue