mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-12 11:12:20 -05:00
Skip Shadow Statue Cutscene (#4612)
* Skip Shadow Statue Cutscene * cleanup
This commit is contained in:
parent
b1d1852655
commit
b442c15322
@ -289,7 +289,8 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
||||
case ACTOR_BG_HIDAN_FWBIG:
|
||||
case ACTOR_EN_EX_ITEM:
|
||||
case ACTOR_EN_DNT_NOMAL:
|
||||
case ACTOR_EN_DNT_DEMO: {
|
||||
case ACTOR_EN_DNT_DEMO:
|
||||
case ACTOR_BG_HAKA_ZOU: {
|
||||
*should = false;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user