no corpse coom

This commit is contained in:
TotallyNotADog
2022-02-15 22:53:34 -06:00
committed by GitHub
parent 16fc31d610
commit 754f43a40b
@@ -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, "<span class='warning'>You need to wait [DisplayTimeText((mb_cd_timer - world.time), TRUE)] before you can do that again!</span>")