1
This commit is contained in:
parent
a69205270c
commit
ca496d79bc
@ -3936,7 +3936,7 @@ void Human::OnChgToTerminator()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
weapon->weapon_idx = 0;
|
weapon->weapon_idx = i;
|
||||||
weapon->weapon_id = weapon_meta->i->id();
|
weapon->weapon_id = weapon_meta->i->id();
|
||||||
weapon->weapon_lv = 1;
|
weapon->weapon_lv = 1;
|
||||||
weapon->ammo = 1;
|
weapon->ammo = 1;
|
||||||
|
@ -411,6 +411,11 @@ Human* ZombieModeAI::GetTarget()
|
|||||||
target = nullptr;
|
target = nullptr;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#if 1
|
||||||
|
if (target->IsPlayer()) {
|
||||||
|
target = nullptr;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
return target;
|
return target;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user