From 00042292cf3ac17fdfdec9f35f864eb7301b1d6c Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Fri, 7 Feb 2020 01:14:19 +0100 Subject: [PATCH] Byond is pretty special. --- modular_citadel/code/modules/arousal/genitals.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/arousal/genitals.dm b/modular_citadel/code/modules/arousal/genitals.dm index 7231b536ea..001a4932d8 100644 --- a/modular_citadel/code/modules/arousal/genitals.dm +++ b/modular_citadel/code/modules/arousal/genitals.dm @@ -195,7 +195,8 @@ RegisterSignal(owner, COMSIG_MOB_DEATH, .proc/update_appearance) /obj/item/organ/genital/Remove(special = FALSE) - var/mob/living/carbon/human/H = . = ..() + . = ..() + var/mob/living/carbon/human/H = . update() if(!QDELETED(H)) UnregisterSignal(H, COMSIG_MOB_DEATH)