Skip to content

Commit

Permalink
Fix bug: Ruto's letter was not removed from bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Dec 7, 2024
1 parent fcdf1b4 commit a829ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/soh/Enhancements/timesaver_hook_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
case VB_PLAY_MWEEP_CS: {
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.Story"), 0)) {
*should = false;
Inventory_ReplaceItem(gPlayState, ITEM_LETTER_RUTO, ITEM_BOTTLE);
Flags_SetEventChkInf(EVENTCHKINF_KING_ZORA_MOVED);
}
break;
Expand Down

0 comments on commit a829ed0

Please sign in to comment.