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