mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-02 16:47:01 -04:00
Don't grant ganon's boss key on ending
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user