From 754f43a40b32c1db2879eb4397ae68662f41376a Mon Sep 17 00:00:00 2001 From: TotallyNotADog <66381600+TotallyNotADog@users.noreply.github.com> Date: Tue, 15 Feb 2022 22:53:34 -0600 Subject: [PATCH] no corpse coom --- modular_citadel/code/modules/arousal/arousal.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_citadel/code/modules/arousal/arousal.dm b/modular_citadel/code/modules/arousal/arousal.dm index dbe342743..ef8047dde 100644 --- a/modular_citadel/code/modules/arousal/arousal.dm +++ b/modular_citadel/code/modules/arousal/arousal.dm @@ -611,6 +611,8 @@ //Here's the main proc itself /mob/living/carbon/human/mob_climax(forced_climax=FALSE) //Forced is instead of the other proc, makes you cum if you have the tools for it, ignoring restraints + if(stat == DEAD) //corpses can't cum + return if(mb_cd_timer > world.time) if(!forced_climax) //Don't spam the message to the victim if forced to come too fast to_chat(src, "You need to wait [DisplayTimeText((mb_cd_timer - world.time), TRUE)] before you can do that again!")