mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
lower chance
This commit is contained in:
parent
5da49c2f7f
commit
864bdfa74a
@ -1438,7 +1438,7 @@ bot_use_tube_think()
|
||||
|
||||
for (;;)
|
||||
{
|
||||
wait randomintRange(2, 4);
|
||||
wait randomintRange(3, 7);
|
||||
|
||||
chance = self.pers["bots"]["behavior"]["nade"] / 2;
|
||||
if (chance > 20)
|
||||
@ -1656,7 +1656,7 @@ bot_use_grenade_think()
|
||||
|
||||
for (;;)
|
||||
{
|
||||
wait randomintRange(2, 4);
|
||||
wait randomintRange(4, 7);
|
||||
|
||||
chance = self.pers["bots"]["behavior"]["nade"] / 2;
|
||||
if (chance > 20)
|
||||
|
Loading…
x
Reference in New Issue
Block a user