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
+2 -2
View File
@@ -9,7 +9,7 @@
icon = 'icons/obj/abductor.dmi'
icon_state = "camera_target"
alpha = 127
invisibility = SEE_INVISIBLE_OBSERVER
invisibility = INVISIBILITY_HIGH
/// The list of camera chunks currently visible to the camera eye.
var/list/visible_camera_chunks = list()
@@ -173,7 +173,7 @@
if(cooldown && cooldown < world.timeofday)
sprint = initial
for(var/i in 0 to sprint step sprint_threshold)
var/turf/next_step= get_turf(get_step(src, direct))
if(next_step)