1
This commit is contained in:
parent
ac9204557c
commit
78e52a7ff9
@ -183,7 +183,8 @@ void ZombieModeAI::UpdateAttack()
|
|||||||
ChangeToState(ZSE_Thinking);
|
ChangeToState(ZSE_Thinking);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (node_->exec_frame_num > SERVER_FRAME_RATE * 8) {
|
if (node_->exec_frame_num > SERVER_FRAME_RATE * 8 ||
|
||||||
|
myself->GetRace() == node_->target->GetRace()) {
|
||||||
ChangeToState(ZSE_Thinking);
|
ChangeToState(ZSE_Thinking);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user