mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
move to mob/living/Login so this fix applies to all simple animals
This commit is contained in:
@@ -29,4 +29,6 @@
|
||||
//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 .
|
||||
|
||||
@@ -42,6 +42,5 @@
|
||||
to_chat(user, "<span class='notice'>Someone else already took this spider.</span>")
|
||||
return
|
||||
key = user.key
|
||||
walk(src, 0) // if spider is moving under ai control (already aggroed on something before player control), then stop AI movement
|
||||
for(var/mob/dead/observer/G in GLOB.player_list)
|
||||
G.show_message("<i>A ghost has taken control of <b>[src]</b>. ([ghost_follow_link(src, ghost=G)]).</i>")
|
||||
|
||||
Reference in New Issue
Block a user