Adjust beepsky to slow his roll slightly

This commit is contained in:
Aronai Sieyes
2020-05-02 19:14:49 -04:00
parent 2e90659869
commit fd6c406830
@@ -495,7 +495,7 @@ Pass a positive integer as an argument to override a bot's default speed.
if(!path)
return 0
if(path.len > 1)
step_towards(src, path[1])
Move(path[1], get_dir(src, path[1]), BOT_STEP_DELAY)
if(get_turf(src) == path[1]) //Successful move
increment_path()
tries = 0