New Arousal Hud

New Arousal Hud, much more user accessable with contextal options.
This commit is contained in:
QuoteFox
2021-01-02 13:39:17 +00:00
parent 9ea81d5f1e
commit 333f410476
16 changed files with 470 additions and 36 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
var/obj/item/organ/genital/penis/P = src.getorganslot("penis")
if(P.condom)
new /obj/item/condom/filled(usr.loc)
to_chat(src, "The condom bubbles outwards and fills with your cum.")
to_chat(src, "<span class='userlove'>The condom around your penis, bubbles outwards and fills with your cum.</span>")
P.condom = 0
P.colourtint = ""
src.update_genitals()