pregnancy test cleanup + condensing climax stat checks

This commit is contained in:
sarcoph
2022-05-04 12:40:29 -08:00
parent d9c1c0248a
commit d84debe29e
8 changed files with 28 additions and 33 deletions
@@ -197,7 +197,7 @@
/datum/reagent/drug/aphrodisiacplus/overdose_process(mob/living/M)
if(M && M.canbearoused && !(M.client?.prefs.cit_toggles & NO_APHRO) && prob(33))
if(prob(5) && M.getArousalLoss() >= 100 && ishuman(M) && M.has_dna())
if(prob(5) && M.can_climax())
if(prob(5)) //Less spam
to_chat(M, "<span class='love'>Your libido is going haywire!</span>")
if(M.min_arousal < 50)