From 0a11e98950bc77b1438628e642c00fe54437b562 Mon Sep 17 00:00:00 2001 From: Sishen1542 Date: Mon, 27 May 2019 20:53:42 -0400 Subject: [PATCH] Update code/modules/mob/living/carbon/human/species.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/mob/living/carbon/human/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 3fe25917a8..5f956e361f 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1729,7 +1729,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) H.update_damage_overlays() if (H.has_trait(TRAIT_MASO)) (H.adjustArousalLoss(damage * brutemod * H.physiology.brute_mod)) - if (H.getArousalLoss() >= 100 && ishuman(H) && H.has_trait(TRAIT_MASO) && H.has_dna()) + if (H.getArousalLoss() >= 100 && ishuman(H) && H.has_dna()) H.mob_climax(forced_climax=TRUE) else//no bodypart, we deal damage with a more general method.