whoops forgot update appearance

This commit is contained in:
Putnam
2020-01-05 21:48:04 -08:00
parent e7684f5df7
commit 218e701fa9
3 changed files with 6 additions and 0 deletions
@@ -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]!")
..()