Allow bot dvars to be user changed

This commit is contained in:
ineed bots 2022-04-16 16:06:05 -06:00
parent d2a18b5b17
commit 1bf15398c0
2 changed files with 8 additions and 5 deletions

View File

@ -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" );