mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 06:37:07 +01:00
followup
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user