mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
oops
This commit is contained in:
parent
7185bf16b6
commit
8e9ed70cb2
@ -2837,7 +2837,7 @@ bot_killstreak_think()
|
|||||||
if (self inLastStand())
|
if (self inLastStand())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (self.pers["killstreaks"][0].lifeId <= self.pers["deaths"] && !self HasScriptGoal() && !self.bot_lock_goal && streakName != "sentry")
|
if (self.pers["killstreaks"][0].lifeId == self.pers["deaths"] && !self HasScriptGoal() && !self.bot_lock_goal && streakName != "sentry")
|
||||||
{
|
{
|
||||||
campSpots = [];
|
campSpots = [];
|
||||||
for (i = 0; i < level.waypointsCamp.size; i++)
|
for (i = 0; i < level.waypointsCamp.size; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user