1
This commit is contained in:
parent
adfbf7e7c3
commit
51b0eeb0a6
@ -176,7 +176,7 @@ void ZombieModeAI::UpdateThinking()
|
|||||||
void ZombieModeAI::UpdateAttack()
|
void ZombieModeAI::UpdateAttack()
|
||||||
{
|
{
|
||||||
Human* myself = (Human*)owner;
|
Human* myself = (Human*)owner;
|
||||||
if (hum->HasBuffEffect(kBET_Vertigo)) {
|
if (myself->HasBuffEffect(kBET_Vertigo)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!node_->target || node_->target->dead) {
|
if (!node_->target || node_->target->dead) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user