mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
d_a_obj_twGate Matching (#2555)
* d_a_obj_twGate Matching * d_a_obj_volcbom OK
This commit is contained in:
@@ -1491,7 +1491,7 @@ int daNpc_Uri_c::wait(void* param_0) {
|
||||
if (chkPointInArea(acStack_70, attention_info.position, 200.0f, fVar2, fVar3,
|
||||
0))
|
||||
{
|
||||
if (daPy_getPlayerActorClass()->eventInfo.chkCondition(1) != 0 &&
|
||||
if (daPy_getPlayerActorClass()->eventInfo.chkCondition(dEvtCnd_CANTALK_e) != 0 &&
|
||||
chkPlayerCarryBasket())
|
||||
{
|
||||
mEvtNo = 5;
|
||||
@@ -1511,7 +1511,7 @@ int daNpc_Uri_c::wait(void* param_0) {
|
||||
daNpc_Uri_Param_c::m.field_0x5c, mCurAngle.y))
|
||||
{
|
||||
if (!daPy_getPlayerActorClass()->checkPlayerFly()) {
|
||||
if (daPy_getPlayerActorClass()->eventInfo.chkCondition(1) != 0) {
|
||||
if (daPy_getPlayerActorClass()->eventInfo.chkCondition(dEvtCnd_CANTALK_e) != 0) {
|
||||
if (chkActorInSight(daPy_getPlayerActorClass(), mAttnFovY,
|
||||
home.angle.y))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user