This commit is contained in:
Your Name 2020-09-15 13:00:37 -06:00
parent bf87040749
commit 97695ff88c

View File

@ -2016,7 +2016,7 @@ bot_equipment_kill_think()
if (path != "goal") if (path != "goal")
continue; continue;
if (self BotGetRandom() > 60) if (randomInt(100) > self.pers["bots"]["behavior"]["camp"] * 10)
target.enemyTrigger notify("trigger", self); target.enemyTrigger notify("trigger", self);
else else
{ {