This commit is contained in:
kevinz000
2020-01-16 02:27:35 -07:00
parent 1d184b8cad
commit b22e1a1cb4
12 changed files with 17 additions and 14 deletions
@@ -652,7 +652,7 @@
if (HAS_TRAIT(C, TRAIT_NYMPHO) && lewd)
if (C.getArousalLoss() > 80)
C.mob_climax(forced_climax=TRUE)
C.SetStun(10)//We got your stun effects in somewhere, Kev.
C._REFACTORING_SetStun(10)//We got your stun effects in somewhere, Kev.
else
C.adjustArousalLoss(10)
to_chat(C, "<span class='love'><i>You feel a surge of arousal!</i></span>")