mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
TG Signal Port (#18741)
* click code start * snake_span * Update click.dm * Update click.dm * Update click.dm * WIP signal organization * Moooore signals * cuffs * decon * whoops * revert this * Proper name * movable moved * These * Theeese * Sort these * Update cyborg.dm
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
/obj/item/paper/sticky/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/recursive_move)
|
||||
RegisterSignal(src, COMSIG_OBSERVER_MOVED, /obj/item/paper/sticky/proc/reset_persistence_tracking)
|
||||
RegisterSignal(src, COMSIG_MOVABLE_MOVED, /obj/item/paper/sticky/proc/reset_persistence_tracking)
|
||||
|
||||
/obj/item/paper/sticky/proc/reset_persistence_tracking()
|
||||
SIGNAL_HANDLER
|
||||
@@ -108,7 +108,7 @@
|
||||
|
||||
/obj/item/paper/sticky/Destroy()
|
||||
reset_persistence_tracking()
|
||||
UnregisterSignal(src, COMSIG_OBSERVER_MOVED)
|
||||
UnregisterSignal(src, COMSIG_MOVABLE_MOVED)
|
||||
. = ..()
|
||||
|
||||
/obj/item/paper/sticky/update_icon()
|
||||
|
||||
Reference in New Issue
Block a user