mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-21 23:58:51 -05:00
Skip playing cutscenes of Pierre spawning (#4736)
This commit is contained in:
parent
6daa680a61
commit
e7e5b1190a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user