whoops forgot update appearance
This commit is contained in:
@@ -970,6 +970,7 @@
|
||||
for(var/obj/item/organ/genital/G in M.internal_organs)
|
||||
if(!G.aroused_state && prob(5*G.sensitivity))
|
||||
G.aroused_state = TRUE
|
||||
G.update_appearance()
|
||||
to_chat(M, "<span class='userlove'>You feel like playing with your [G.name]!")
|
||||
|
||||
..()
|
||||
|
||||
@@ -2285,5 +2285,6 @@
|
||||
for(var/obj/item/organ/genital/G in H.internal_organs)
|
||||
if(!G.aroused_state && prob(2*G.sensitivity))
|
||||
G.aroused_state = TRUE
|
||||
G.update_appearance()
|
||||
to_chat(M, "<span class='userlove'>You feel like playing with your [G.name]!")
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user