fast stuck

This commit is contained in:
INeedBots 2020-11-10 05:37:33 -06:00
parent 77307ee21b
commit cd7d315460

View File

@ -1536,7 +1536,7 @@ movetowards(goal)
else
timeslow = 0;
if(stucks == 3)
if(stucks == 1)
self notify("bad_path_internal");
}
@ -1819,6 +1819,7 @@ changeToWeap(weap)
if (toks[0] == "gl")
{
self setSpawnWeapon(weap);
//self botWeapon("");
return;
}