mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-18 06:12:20 -05:00
Skip Biggoron's waking up cutscene (#4689)
* Skip Biggoron's waking up cutscene * Allow fast speaking and trading
This commit is contained in:
parent
1cf3319936
commit
0f167d119b
@ -288,6 +288,12 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
|||||||
RateLimitedSuccessChime();
|
RateLimitedSuccessChime();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case ACTOR_EN_GO2: {
|
||||||
|
EnGo2* biggoron = (EnGo2*)actor;
|
||||||
|
biggoron->isAwake = true;
|
||||||
|
*should = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user