mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes lewdchem emote stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user