mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 18:06:02 -04:00
Patch bo to prevent softlock if chest doesn't contain iron boots
This commit is contained in:
@@ -1034,8 +1034,9 @@ bool daNpcBouS_c::wait(void* param_1) {
|
||||
mTurnMode = 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (!checkItemGet(dItemNo_HVY_BOOTS_e, 1) && dComIfGs_isTbox(2)) {
|
||||
|
||||
// In randomizer, we don't want bo to try and talk to us once the chest has been opened.
|
||||
if (IF_DUSK(!randomizer_IsActive() &&) !checkItemGet(dItemNo_HVY_BOOTS_e, 1) && dComIfGs_isTbox(2)) {
|
||||
mForcibleTalk = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user