Skip to content

Commit

Permalink
Update observer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
vero5123 authored Apr 15, 2024
1 parent 6e71afd commit df4e5e5
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 @@ -75,7 +75,7 @@
if(ghostvision)
see_invisible = INVISIBILITY_OBSERVER
else
see_invisible = HIDE_VISIBLE_OBSERVER
see_invisible = HIDE_INVISIBLE_OBSERVER
to_chat(usr, SPAN_NOTICE("You [(ghostvision?"now":"no longer")] have ghost vision."))

/mob/dead/observer/Initialize(mapload, mob/body)
Expand Down

0 comments on commit df4e5e5

Please sign in to comment.