diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-07-26 03:44:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 17:44:23 -0700 |
| commit | 70a174197780758981cae2c012cee02f8d4ff83f (patch) | |
| tree | a4d90893b5d1de7adb4ccddc778b96ce1989c457 /src/d/actor/d_a_npc_moi.cpp | |
| parent | 585670f2b1240d10a7e0a3c6dc7e84d8909206f3 (diff) | |
d_a_obj_twGate Matching (#2555)
* d_a_obj_twGate Matching
* d_a_obj_volcbom OK
Diffstat (limited to 'src/d/actor/d_a_npc_moi.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_moi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_moi.cpp b/src/d/actor/d_a_npc_moi.cpp index 58f97dc157..aa235df6f0 100644 --- a/src/d/actor/d_a_npc_moi.cpp +++ b/src/d/actor/d_a_npc_moi.cpp @@ -1894,7 +1894,7 @@ int daNpc_Moi_c::walkOnEggshell(void* param_1) { if (field_0x1658) { field_0x1658 = injuryCheck(); if (field_0x1658) { - if (daPy_getPlayerActorClass()->eventInfo.chkCondition(1) != 0) { + if (daPy_getPlayerActorClass()->eventInfo.chkCondition(dEvtCnd_CANTALK_e) != 0) { f32 fVar = daPy_getPlayerActorClass()->attention_info.position.absXZ( attention_info.position); } |
