Merge pull request #5262 from Anewbe/go_home

Simple Animal GoHome range is a lot smaller
This commit is contained in:
Atermonera
2018-05-14 15:18:53 -07:00
committed by GitHub

View File

@@ -1200,7 +1200,7 @@
if(astarpathing) ForgetPath()
ai_log("GoHome()",1)
var/close_enough = 2
var/look_in = 250
var/look_in = 50
if(GetPath(home_turf,close_enough,look_in))
stop_automated_movement = 1
spawn(1)