mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-19 16:32:53 +00:00
allow custom bot dvars
This commit is contained in:
parent
5ccde9fa8e
commit
3806c3d2d9
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user