From daadef5211c57711a9e08721e19f3d62f1557415 Mon Sep 17 00:00:00 2001 From: aMannus Date: Tue, 13 Jun 2023 01:01:24 +0200 Subject: [PATCH] Fix missing goron bracelet (#2974) --- soh/soh/Enhancements/boss-rush/BossRush.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/boss-rush/BossRush.cpp b/soh/soh/Enhancements/boss-rush/BossRush.cpp index 4b613c861..971183df6 100644 --- a/soh/soh/Enhancements/boss-rush/BossRush.cpp +++ b/soh/soh/Enhancements/boss-rush/BossRush.cpp @@ -426,6 +426,7 @@ void BossRush_InitSave() { Inventory_ChangeUpgrade(UPG_BULLET_BAG, upgradeLevel); Inventory_ChangeUpgrade(UPG_STICKS, upgradeLevel); Inventory_ChangeUpgrade(UPG_NUTS, upgradeLevel); + Inventory_ChangeUpgrade(UPG_STRENGTH, 1); // Set flags and Link's age based on chosen settings. if (gSaveContext.bossRushOptions[BR_OPTIONS_BOSSES] == BR_CHOICE_BOSSES_ADULT ||