mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-27 06:36:19 +01:00
move forced_climax to its own proc
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
C.do_jitter_animation()
|
||||
C.adjustArousalLoss(20) //make the target more aroused.
|
||||
if (C.can_orgasm())
|
||||
C.mob_climax(forced_climax=TRUE) //make them cum if they are over the edge.
|
||||
C.mob_climax_forced() //make them cum if they are over the edge.
|
||||
|
||||
return
|
||||
|
||||
|
||||
@@ -133,13 +133,13 @@ Code:
|
||||
to_chat(U, "<span class='love'>You feel intense pleasure surge through your [G.name]</span>")
|
||||
U.do_jitter_animation()
|
||||
if (U.can_orgasm())
|
||||
U.mob_climax(forced_climax=TRUE)
|
||||
U.mob_climax_forced()
|
||||
if(3) //high, makes you stun
|
||||
to_chat(U, "<span class='userdanger'>You feel overpowering pleasure surge through your [G.name]</span>")
|
||||
U.Jitter(3)
|
||||
U.Stun(30)
|
||||
if (U.can_orgasm())
|
||||
U.mob_climax(forced_climax=TRUE)
|
||||
U.mob_climax_forced()
|
||||
if(prob(50))
|
||||
U.emote("moan")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user