Merge pull request #9075 from Ghommie/Ghommie-cit184

Removes a redunant Remove() from high luminosity eyes.
This commit is contained in:
kevinz000
2019-08-11 10:05:58 -07:00
committed by GitHub
+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)