This commit is contained in:
elijah-thomas774
2025-11-15 20:48:18 -05:00
parent b661da78b5
commit e696b17adb
14 changed files with 739 additions and 54 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ void dAcSalbageObj_c::initSalbageObj() {
}
void dAcSalbageObj_c::doInteraction(s32 arg) {
if (arg == 4 || arg == 5 || arg == 12) {
if (arg == TALK || arg == EXAMINE_TALK || arg == READ) {
if (mStateMgr.isState(StateID_Wait) && dSalvageMgr_c::sInstance->hasObjAndSlb()) {
dAcNpcTalkKensei_c::GetInstance()->triggerSalvageQuestion(this);
}