Reversions and fixes (#7889)

Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
Raeschen
2024-03-06 18:20:29 +01:00
committed by GitHub
parent c277710a50
commit e29b9d4d35
37 changed files with 254 additions and 203 deletions

View File

@@ -103,6 +103,11 @@
if(always_on)
create_shields()
RegisterSignal(src, COMSIG_OBSERVER_MOVED, PROC_REF(moved_event))
if(istype(loc, /atom/movable)) // on initialise, if i'm inside a thing, preregister this.
var/atom/movable/am = loc
RegisterSignal(am, COMSIG_OBSERVER_MOVED, /atom/movable/proc/recursive_move, override = TRUE)
return ..()
/obj/item/shield_projector/Destroy()