mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
change to one point cutscene skip
This commit is contained in:
parent
29156877df
commit
aff6dabf89
1 changed files with 6 additions and 1 deletions
|
@ -375,6 +375,12 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case VB_FREEZE_LINK_FOR_FOREST_PILLARS:
|
||||||
|
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.OnePoint"), IS_RANDO)) {
|
||||||
|
*should = false;
|
||||||
|
}
|
||||||
|
break;
|
||||||
case VB_SHOW_TITLE_CARD:
|
case VB_SHOW_TITLE_CARD:
|
||||||
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.DisableTitleCard"), IS_RANDO)) {
|
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.DisableTitleCard"), IS_RANDO)) {
|
||||||
*should = false;
|
*should = false;
|
||||||
|
@ -524,7 +530,6 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
||||||
case VB_PLAY_EYEDROPS_CS:
|
case VB_PLAY_EYEDROPS_CS:
|
||||||
case VB_PLAY_DROP_FISH_FOR_JABU_CS:
|
case VB_PLAY_DROP_FISH_FOR_JABU_CS:
|
||||||
case VB_PLAY_DARUNIAS_JOY_CS:
|
case VB_PLAY_DARUNIAS_JOY_CS:
|
||||||
case VB_FREEZE_LINK_FOR_FOREST_PILLARS:
|
|
||||||
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipMiscInteractions"), IS_RANDO)) {
|
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipMiscInteractions"), IS_RANDO)) {
|
||||||
*should = false;
|
*should = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue