Don't grant ganon's boss key on ending

This commit is contained in:
aMannus
2023-11-04 13:02:56 +01:00
parent 4e3f174de6
commit a494d21db6
-2
View File
@@ -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;
}