mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Fix Door of Time collision when skipping cutscene (#4734)
This commit is contained in:
parent
dd11751b43
commit
c5923fafcf
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
|||
case VB_PLAY_DOOR_OF_TIME_CS: {
|
||||
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipMiscInteractions"), IS_RANDO)) {
|
||||
*should = false;
|
||||
Flags_SetEventChkInf(EVENTCHKINF_OPENED_THE_DOOR_OF_TIME);
|
||||
Flags_SetEnv(gPlayState, 2);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_CORRECT_CHIME);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue