Merge pull request #1336 from RachelDoe/master

Prevent Portallights from being deepfried?
This commit is contained in:
QuoteFox
2021-06-28 09:05:14 +01:00
committed by GitHub
3 changed files with 23 additions and 9 deletions
+7
View File
@@ -164,6 +164,13 @@
C.adjustArousalLoss(20)
M.adjustArousalLoss(20)
M.do_jitter_animation() //make your partner shake too!
if (M.getArousalLoss() >= 100 && ishuman(M) && prob(5))//Why not have a probability to cum when someone's getting nailed with max arousal?~
if(V.is_exposed()) //Oh yea, if vagina is not exposed, the climax will not cause a spill
M.mob_climax_outside(V, spillage = TRUE)
else
M.mob_climax_outside(V, spillage = FALSE)
if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna())
var/mob/living/carbon/human/O = C