mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 11:39:07 -07:00
Fix skipping twisted hallway cutscenes (#4536)
This commit is contained in:
parent
c8e460cebe
commit
1eff613aa6
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
|||
case ACTOR_BG_SPOT05_SOKO:
|
||||
case ACTOR_BG_SPOT18_BASKET:
|
||||
case ACTOR_BG_HIDAN_CURTAIN:
|
||||
case ACTOR_BG_MORI_HINERI:
|
||||
*should = false;
|
||||
RateLimitedSuccessChime();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue