mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Bots react to revenge deathsterak
This commit is contained in:
parent
afb8ffc0c0
commit
6201ba9a9a
@ -3147,6 +3147,12 @@ bot_listen_to_steps()
|
||||
}
|
||||
}
|
||||
|
||||
if (!isDefined(heard))
|
||||
{
|
||||
if (self _hasPerk("specialty_revenge") && isDefined(self.lastKilledBy))
|
||||
heard = self.lastKilledBy;
|
||||
}
|
||||
|
||||
if(!IsDefined(heard))
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user