whoops forgot permaboner
This commit is contained in:
@@ -969,9 +969,10 @@
|
||||
if(M.client?.prefs.arousable && !(M.client?.prefs.cit_toggles & NO_APHRO) && prob(5))
|
||||
for(var/obj/item/organ/genital/G in M.internal_organs)
|
||||
if(!G.aroused_state && prob(5*G.sensitivity))
|
||||
G.aroused_state = TRUE
|
||||
G.set_aroused_state(TRUE)
|
||||
G.update_appearance()
|
||||
to_chat(M, "<span class='userlove'>You feel like playing with your [G.name]!")
|
||||
if(G.aroused_state)
|
||||
to_chat(M, "<span class='userlove'>You feel like playing with your [G.name]!</span>")
|
||||
|
||||
..()
|
||||
|
||||
|
||||
@@ -2284,7 +2284,8 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
for(var/obj/item/organ/genital/G in H.internal_organs)
|
||||
if(!G.aroused_state && prob(2*G.sensitivity))
|
||||
G.aroused_state = TRUE
|
||||
G.set_aroused_state(TRUE)
|
||||
G.update_appearance()
|
||||
to_chat(M, "<span class='userlove'>You feel like playing with your [G.name]!")
|
||||
if(G.aroused_state)
|
||||
to_chat(M, "<span class='userlove'>You feel like playing with your [G.name]!</span>")
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user