mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #5262 from Anewbe/go_home
Simple Animal GoHome range is a lot smaller
This commit is contained in:
@@ -1200,7 +1200,7 @@
|
|||||||
if(astarpathing) ForgetPath()
|
if(astarpathing) ForgetPath()
|
||||||
ai_log("GoHome()",1)
|
ai_log("GoHome()",1)
|
||||||
var/close_enough = 2
|
var/close_enough = 2
|
||||||
var/look_in = 250
|
var/look_in = 50
|
||||||
if(GetPath(home_turf,close_enough,look_in))
|
if(GetPath(home_turf,close_enough,look_in))
|
||||||
stop_automated_movement = 1
|
stop_automated_movement = 1
|
||||||
spawn(1)
|
spawn(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user