mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 01:37:26 +00:00
lower chance
This commit is contained in:
@@ -1438,7 +1438,7 @@ bot_use_tube_think()
|
|||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
wait randomintRange(2, 4);
|
wait randomintRange(3, 7);
|
||||||
|
|
||||||
chance = self.pers["bots"]["behavior"]["nade"] / 2;
|
chance = self.pers["bots"]["behavior"]["nade"] / 2;
|
||||||
if (chance > 20)
|
if (chance > 20)
|
||||||
@@ -1656,7 +1656,7 @@ bot_use_grenade_think()
|
|||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
wait randomintRange(2, 4);
|
wait randomintRange(4, 7);
|
||||||
|
|
||||||
chance = self.pers["bots"]["behavior"]["nade"] / 2;
|
chance = self.pers["bots"]["behavior"]["nade"] / 2;
|
||||||
if (chance > 20)
|
if (chance > 20)
|
||||||
|
Reference in New Issue
Block a user