mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
Byond is pretty special.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user