grenade cook

This commit is contained in:
Your Name
2020-09-17 10:49:12 -06:00
parent c137750225
commit f95391b906
4 changed files with 33 additions and 12 deletions

View File

@ -1818,7 +1818,10 @@ bot_use_grenade_think()
self BotStopMoving(true);
wait 1;
self throwBotGrenade(nade);
time = 0.5;
if (nade == "frag_grenade_mp")
time = 2;
self throwBotGrenade(nade, time);
self ClearScriptAimPos();
self BotStopMoving(false);