This commit is contained in:
BongaTheProto
2023-09-23 18:31:45 -05:00
parent f405132915
commit d9a628e027
7 changed files with 13 additions and 12 deletions
@@ -5,13 +5,13 @@
. = ..()
if(!.)
return
RegisterSignal(owner, COMSIG_MOB_CAME, .proc/splash_cum)
RegisterSignal(owner, COMSIG_MOB_POST_CAME, .proc/splash_cum)
/obj/item/organ/genital/breasts/Remove(special)
. = ..()
var/mob/living/carbon/human/C = .
if(!QDELETED(C))
UnregisterSignal(C, COMSIG_MOB_CAME)
UnregisterSignal(C, COMSIG_MOB_POST_CAME)
/obj/item/organ/genital/breasts/get_features(mob/living/carbon/human/H)
var/datum/dna/D = H.dna
@@ -2,13 +2,13 @@
. = ..()
if(!.)
return
RegisterSignal(owner, COMSIG_MOB_CAME, .proc/splash_cum)
RegisterSignal(owner, COMSIG_MOB_POST_CAME, .proc/splash_cum)
/obj/item/organ/genital/penis/Remove(special)
. = ..()
var/mob/living/carbon/human/C = .
if(!QDELETED(C))
UnregisterSignal(C, COMSIG_MOB_CAME)
UnregisterSignal(C, COMSIG_MOB_POST_CAME)
/obj/item/organ/genital/penis/get_features(mob/living/carbon/human/H)
. = ..()
@@ -2,13 +2,13 @@
. = ..()
if(!.)
return
RegisterSignal(owner, COMSIG_MOB_CAME, .proc/splash_cum)
RegisterSignal(owner, COMSIG_MOB_POST_CAME, .proc/splash_cum)
/obj/item/organ/genital/vagina/Remove(special)
. = ..()
var/mob/living/carbon/human/C = .
if(!QDELETED(C))
UnregisterSignal(C, COMSIG_MOB_CAME)
UnregisterSignal(C, COMSIG_MOB_POST_CAME)
/obj/item/organ/genital/vagina/splash_cum(mob/living/carbon/human/orgasming, target_orifice, atom/partner, cumin, genital)
. = ..()