Skip playing cutscenes of Pierre spawning (#4736)

This commit is contained in:
Jordan Longstaff
2024-12-19 18:28:23 -05:00
committed by GitHub
parent 6daa680a61
commit e7e5b1190a

View File

@@ -323,6 +323,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
case ACTOR_BG_MIZU_SHUTTER: case ACTOR_BG_MIZU_SHUTTER:
case ACTOR_SHOT_SUN: case ACTOR_SHOT_SUN:
case ACTOR_BG_HAKA_GATE: case ACTOR_BG_HAKA_GATE:
case ACTOR_EN_KAKASI2:
*should = false; *should = false;
RateLimitedSuccessChime(); RateLimitedSuccessChime();
break; break;