Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Nov 12, 2023
1 parent 650d293 commit dbad40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@

///makes the ghost see the target hud and sets the eye at the target.
/mob/dead/observer/proc/do_observe(mob/target)
if(!client || !target || !istype(target))
if(!client || !target || !ismovableatom(target))
return

ManualFollow(target)
Expand Down

0 comments on commit dbad40d

Please sign in to comment.