freeze bomb

This commit is contained in:
INeedBots 2020-11-25 14:54:54 -06:00
parent 30dd96e4e7
commit b2fc127412

View File

@ -1191,7 +1191,7 @@ bot_use_bomb(bomb)
myteam = self.team; myteam = self.team;
self BotStopMoving(true); self BotFreezeControls(true);
bomb [[bomb.onBeginUse]](self); bomb [[bomb.onBeginUse]](self);
@ -1206,7 +1206,7 @@ bot_use_bomb(bomb)
if (isDefined(self)) if (isDefined(self))
{ {
self.claimTrigger = undefined; self.claimTrigger = undefined;
self BotStopMoving(false); self BotFreezeControls(false);
} }
bomb [[bomb.onEndUse]](myteam, self, (result == "bot_try_use_success")); bomb [[bomb.onEndUse]](myteam, self, (result == "bot_try_use_success"));
@ -3037,7 +3037,7 @@ bot_sab()
if(self HasScriptGoal()) if(self HasScriptGoal())
continue; continue;
if(carrier hasPerk( "specialty_coldblooded" )) if(carrier hasPerk( "specialty_gpsjammer" ))
continue; continue;
origin = carrier.origin; origin = carrier.origin;