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
commit e7e5b1190a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;