From a494d21db63729af4f86530d48f02d0c3293ada2 Mon Sep 17 00:00:00 2001 From: aMannus Date: Sat, 4 Nov 2023 13:02:56 +0100 Subject: [PATCH] Don't grant ganon's boss key on ending --- soh/soh/Enhancements/mods.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/soh/soh/Enhancements/mods.cpp b/soh/soh/Enhancements/mods.cpp index 28383ccd5d..9bb8aefb23 100644 --- a/soh/soh/Enhancements/mods.cpp +++ b/soh/soh/Enhancements/mods.cpp @@ -652,8 +652,6 @@ void RegisterTriforceHunt() { // Warp to credits if (GameInteractor::State::TriforceHuntCreditsWarpActive) { - GetItemEntry getItemEntry = ItemTableManager::Instance->RetrieveItemEntry(MOD_RANDOMIZER, RG_GANONS_CASTLE_BOSS_KEY); - GiveItemEntryWithoutActor(gPlayState, getItemEntry); eventTimer = 1; GameInteractor::State::TriforceHuntCreditsWarpActive = 0; }