Update species.dm

This commit is contained in:
Sishen
2019-05-27 23:24:52 -04:00
parent 0a11e98950
commit 6707d1b2fd
@@ -1727,8 +1727,8 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if(BP)
if(damage > 0 ? BP.receive_damage(damage * hit_percent * brutemod * H.physiology.brute_mod, 0) : BP.heal_damage(abs(damage * hit_percent * brutemod * H.physiology.brute_mod), 0))
H.update_damage_overlays()
if (H.has_trait(TRAIT_MASO))
(H.adjustArousalLoss(damage * brutemod * H.physiology.brute_mod))
if H.has_trait(TRAIT_MASO)
H.adjustArousalLoss(damage * brutemod * H.physiology.brute_mod)
if (H.getArousalLoss() >= 100 && ishuman(H) && H.has_dna())
H.mob_climax(forced_climax=TRUE)