From c026bfb7fc473c7001bac04271891e6ab2f08cc0 Mon Sep 17 00:00:00 2001 From: Aeris Bennet <156572979+vgcataeris@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:05:04 +0000 Subject: [PATCH] Uh, oops. Missed one. --- code/modules/mob/living/carbon/human/species.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 5034b2c6..0fdf7cd9 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1835,8 +1835,6 @@ GLOBAL_LIST_EMPTY(roundstart_races) ) if (target.canbearoused) target.adjustArousalLoss(5) - if (target.getArousalLoss() >= 100 && ishuman(target) && HAS_TRAIT(target, TRAIT_MASO) && target.has_dna()) - target.mob_climax(forced_climax=TRUE) if (!HAS_TRAIT(target, TRAIT_NYMPHO)) stop_wagging_tail(target)