diff --git a/userraw/maps/mp/bots/_bot_internal.gsc b/userraw/maps/mp/bots/_bot_internal.gsc index 5284742..4ac05fc 100644 --- a/userraw/maps/mp/bots/_bot_internal.gsc +++ b/userraw/maps/mp/bots/_bot_internal.gsc @@ -463,6 +463,9 @@ grenade_danager() if(self isDefusing() || self isPlanting()) continue; + if (self.disabledWeapon) + continue; + myEye = self getEye(); for (i = level.bots_fragList.count-1; i >= 0; i--) { @@ -1991,6 +1994,9 @@ prone() self botAction("+goprone"); } +/* + Changes to the weap +*/ changeToWeap(weap) { toks = strtok(weap, "_");