fix alt mode

This commit is contained in:
INeedGames 2020-11-10 02:36:41 -06:00
parent 2fd7dfdf78
commit 6eb1e892fb

View File

@ -1993,6 +1993,12 @@ prone()
changeToWeap(weap)
{
toks = strtok(weap, "_");
if (toks[0] == "gl" || isSubStr(weap, "shotgun_attach_"))
{
self setSpawnWeapon(weap);
}
self botWeapon(weap);
}