Fixes lewdchem emote stuff

This commit is contained in:
Verkister
2021-07-02 15:26:50 +03:00
committed by GitHub
parent 18395abbe7
commit 571796baca

View File

@@ -100,11 +100,11 @@
if(data)
switch(data["count"])
if(1 to 30)
if(prob(9)) M.emote("me",1,"blushes")
if(prob(9)) M.visible_emote("blushes")
if(prob(9)) to_chat(M, "<span class='warning'>You feel so needy..</span>")
if (30 to INFINITY)
if(prob(3)) M.emote("me",1,"blushes")
if(prob(5)) M.say("!moans out lewdly!")
if(prob(3)) M.visible_emote("blushes")
if(prob(5)) M.audible_emote("moans out lewdly!")
if(prob(9)) to_chat(M, "<span class='warning'>You can't help but want to touch yourself then and now!</span>")
data["count"]++
holder.remove_reagent(src.id, 0.2)