mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 15:11:49 +00:00
Bots react to revenge deathsterak
This commit is contained in:
@ -3146,6 +3146,12 @@ bot_listen_to_steps()
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!isDefined(heard))
|
||||
{
|
||||
if (self _hasPerk("specialty_revenge") && isDefined(self.lastKilledBy))
|
||||
heard = self.lastKilledBy;
|
||||
}
|
||||
|
||||
if(!IsDefined(heard))
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user