mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-29 04:42:18 -05:00
Fix missing goron bracelet (#2974)
This commit is contained in:
parent
16eb211102
commit
daadef5211
@ -426,6 +426,7 @@ void BossRush_InitSave() {
|
|||||||
Inventory_ChangeUpgrade(UPG_BULLET_BAG, upgradeLevel);
|
Inventory_ChangeUpgrade(UPG_BULLET_BAG, upgradeLevel);
|
||||||
Inventory_ChangeUpgrade(UPG_STICKS, upgradeLevel);
|
Inventory_ChangeUpgrade(UPG_STICKS, upgradeLevel);
|
||||||
Inventory_ChangeUpgrade(UPG_NUTS, upgradeLevel);
|
Inventory_ChangeUpgrade(UPG_NUTS, upgradeLevel);
|
||||||
|
Inventory_ChangeUpgrade(UPG_STRENGTH, 1);
|
||||||
|
|
||||||
// Set flags and Link's age based on chosen settings.
|
// Set flags and Link's age based on chosen settings.
|
||||||
if (gSaveContext.bossRushOptions[BR_OPTIONS_BOSSES] == BR_CHOICE_BOSSES_ADULT ||
|
if (gSaveContext.bossRushOptions[BR_OPTIONS_BOSSES] == BR_CHOICE_BOSSES_ADULT ||
|
||||||
|
Loading…
Reference in New Issue
Block a user