mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-19 17:02:54 +00:00
Allow bot dvars to be user changed
This commit is contained in:
parent
d2a18b5b17
commit
1bf15398c0
Binary file not shown.
@ -226,6 +226,9 @@ bot_set_difficulty( difficulty )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if ( difficulty != 1 )
|
||||||
|
return;
|
||||||
|
|
||||||
setdvar( "bot_MinDeathTime", "500" );
|
setdvar( "bot_MinDeathTime", "500" );
|
||||||
setdvar( "bot_MaxDeathTime", "1000" );
|
setdvar( "bot_MaxDeathTime", "1000" );
|
||||||
setdvar( "bot_MinFireTime", "600" );
|
setdvar( "bot_MinFireTime", "600" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user