From fe840e5e558bbae326bf9e4bbbfd0ac835ec1ec1 Mon Sep 17 00:00:00 2001 From: Comicao1 <33708588+Comicao1@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:23:23 -0300 Subject: [PATCH] D'oh --- code/modules/arousal/arousal.dm | 5 ----- modular_splurt/code/modules/arousal/arousal.dm | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/arousal/arousal.dm b/code/modules/arousal/arousal.dm index 43c816a7ba19..f78f64fdb007 100644 --- a/code/modules/arousal/arousal.dm +++ b/code/modules/arousal/arousal.dm @@ -122,11 +122,6 @@ to_chat(src, span_userlove("You climax [(Lgen) ? "in [L]'s [Lgen.name]" : "with [L]"], your [G.name] spilling nothing.")) to_chat(L, span_userlove("[src] climaxes [(Lgen) ? "in your [Lgen.name]" : "with you"], [p_their()] [G.name] spilling nothing!")) //SEND_SIGNAL(L, COMSIG_ADD_MOOD_EVENT, "orgasm", /datum/mood_event/orgasm) //Sandstorm edit - if(iswendigo(L)) - var/mob/living/carbon/wendigo/W = L - if(L.pulling == src) - L.slaves |= src - to_chat(src, " You are now [W]'s slave! Serve your master properly! ") do_climax(fluid_source, spillage ? loc : L, G, spillage,, Lgen) //L.receive_climax(src, Lgen, G, spillage) diff --git a/modular_splurt/code/modules/arousal/arousal.dm b/modular_splurt/code/modules/arousal/arousal.dm index b60b8e95e1fb..2fb47ccef074 100644 --- a/modular_splurt/code/modules/arousal/arousal.dm +++ b/modular_splurt/code/modules/arousal/arousal.dm @@ -1,6 +1,11 @@ /mob/living/carbon/human/mob_climax_partner(obj/item/organ/genital/G, mob/living/L, spillage, mb_time, obj/item/organ/genital/Lgen, forced = FALSE) . = ..() L.receive_climax(src, Lgen, G, spillage, forced = forced) + if(iswendigo(L)) + var/mob/living/carbon/wendigo/W = L + if(W.pulling == src) + W.slaves |= src + to_chat(src, " You are now [W]'s slave! Serve your master properly! ") /mob/living/proc/receive_climax(mob/living/partner, obj/item/organ/genital/receiver, obj/item/organ/genital/source, spill, forced) //gregnancy...