allow custom bot dvars

This commit is contained in:
ineed bots 2022-04-16 16:15:24 -06:00
parent 5ccde9fa8e
commit 3806c3d2d9

View File

@ -343,6 +343,9 @@ bot_set_difficulty( difficulty )
}
else // 'normal' difficulty
{
if ( difficulty != "normal" )
return;
SetDvar( "sv_botMinDeathTime", "500" );
SetDvar( "sv_botMaxDeathTime", "1000" );
SetDvar( "sv_botMinFireTime", "600" );