mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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()
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user