mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +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:
@@ -445,7 +445,7 @@
|
||||
|
||||
forceMove(get_turf(parent_human))
|
||||
parent_human.AddComponent(/datum/component/recursive_move)
|
||||
RegisterSignal(parent_human, COMSIG_OBSERVER_MOVED, /mob/observer/eye/ar_soul/proc/human_moved)
|
||||
RegisterSignal(parent_human, COMSIG_MOVABLE_MOVED, /mob/observer/eye/ar_soul/proc/human_moved)
|
||||
|
||||
//Time to play dressup
|
||||
if(brainmob.client.prefs)
|
||||
@@ -459,7 +459,7 @@
|
||||
|
||||
/mob/observer/eye/ar_soul/Destroy()
|
||||
if(parent_human) //It's POSSIBLE they've been deleted before the NIF somehow
|
||||
UnregisterSignal(parent_human, COMSIG_OBSERVER_MOVED)
|
||||
UnregisterSignal(parent_human, COMSIG_MOVABLE_MOVED)
|
||||
parent_human = null
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user