Removes a redunant Remove() from high luminosity eyes.

This commit is contained in:
Ghommie
2019-08-08 05:06:53 +02:00
parent 98cecb2cc7
commit df5366e911
+1 -7
View File
@@ -184,7 +184,7 @@
/obj/item/organ/eyes/robotic/glow/proc/terminate_effects()
if(owner && active)
deactivate()
deactivate(TRUE)
active = FALSE
clear_visuals(TRUE)
STOP_PROCESSING(SSfastprocess, src)
@@ -237,12 +237,6 @@
return
deactivate(silent = TRUE)
/obj/item/organ/eyes/robotic/glow/Remove(mob/living/carbon/M)
. = ..()
if(active)
UnregisterSignal(M, COMSIG_ATOM_DIR_CHANGE)
active = FALSE
/obj/item/organ/eyes/robotic/glow/proc/activate(silent = FALSE)
start_visuals()
if(!silent)