moves proc to simple_animal/Login()

This commit is contained in:
Kyep
2020-07-16 17:44:05 -07:00
parent 304412a5e4
commit 4ee54cd806
2 changed files with 6 additions and 2 deletions
-2
View File
@@ -29,6 +29,4 @@
//Should update regardless of if we can ventcrawl, since we can end up in pipes in other ways.
update_pipe_vision()
walk(src, 0) // if mob is moving under ai control, then stop AI movement
return .
@@ -615,3 +615,9 @@
if(pcollar && collar_type)
add_overlay("[collar_type]collar")
add_overlay("[collar_type]tag")
/mob/living/simple_animal/Login()
..()
walk(src, 0) // if mob is moving under ai control, then stop AI movement
return .