mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Skip playing cutscenes of Pierre spawning (#4736)
This commit is contained in:
parent
6daa680a61
commit
e7e5b1190a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue