Skip to content

Commit

Permalink
Skip playing cutscenes of Pierre spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Dec 19, 2024
1 parent a7d0822 commit 3f7316b
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 @@ -323,6 +323,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
case ACTOR_BG_MIZU_SHUTTER:
case ACTOR_SHOT_SUN:
case ACTOR_BG_HAKA_GATE:
case ACTOR_EN_KAKASI2:
*should = false;
RateLimitedSuccessChime();
break;
Expand Down

0 comments on commit 3f7316b

Please sign in to comment.