mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 12:00:25 -07:00
Skip Shadow Statue Cutscene (#4612)
* Skip Shadow Statue Cutscene * cleanup
This commit is contained in:
parent
b1d1852655
commit
b442c15322
1 changed files with 2 additions and 1 deletions
|
@ -289,7 +289,8 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
||||||
case ACTOR_BG_HIDAN_FWBIG:
|
case ACTOR_BG_HIDAN_FWBIG:
|
||||||
case ACTOR_EN_EX_ITEM:
|
case ACTOR_EN_EX_ITEM:
|
||||||
case ACTOR_EN_DNT_NOMAL:
|
case ACTOR_EN_DNT_NOMAL:
|
||||||
case ACTOR_EN_DNT_DEMO: {
|
case ACTOR_EN_DNT_DEMO:
|
||||||
|
case ACTOR_BG_HAKA_ZOU: {
|
||||||
*should = false;
|
*should = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue