nade dvar

This commit is contained in:
INeedBots 2021-01-18 14:39:38 -06:00
parent fa45f373a9
commit 2e18cdbbab

View File

@ -334,6 +334,9 @@ bot_set_difficulty( difficulty )
{
SetDvar( "sv_botSprintDistance", "256" );
}
if (!getDvarInt("bots_play_nade"))
SetDvar( "sv_botAllowGrenades", "0" );
SetDvar( "bot_difficulty", difficulty );
}