Cleanups and tweaks observer code (#30250)

* observer cleanup

* this

* bit more

* Update tgui.bundle.js
This commit is contained in:
kyunkyunkyun
2025-09-05 05:54:22 +00:00
committed by GitHub
parent 8f98876b47
commit 10f2e67e65
66 changed files with 362 additions and 447 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
icon = 'icons/mob/blob.dmi'
icon_state = "marker"
invisibility = INVISIBILITY_OBSERVER
invisibility = INVISIBILITY_HIGH
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE
mouse_opacity = MOUSE_OPACITY_OPAQUE
+1 -1
View File
@@ -63,7 +63,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
if(href_list["follow"])
var/mob/dead/observer/ghost = usr
if(istype(ghost))
ghost.ManualFollow(src)
ghost.manual_follow(src)
/obj/effect/immovablerod/Destroy()
GLOB.poi_list.Remove(src)