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
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_SHOT_SUN:
case ACTOR_BG_HAKA_GATE:
case ACTOR_EN_KAKASI2:
*should = false;
RateLimitedSuccessChime();
break;