Fixes phenethylamine and a phoronreagent

This commit is contained in:
izac112
2021-06-30 11:29:29 +02:00
parent 1f846d86be
commit 5a5d08e2cf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -392,9 +392,9 @@ var/induromol_code = rand(1, 50)
M.emote("scream")
else
if(prob(50))
M.emote("me", 1, "grits their teeth")
M.custom_emote(VISIBLE_MESSAGE, "grits their teeth")
else
M.emote("me", 1, "writhes in pain")
M.custom_emote(VISIBLE_MESSAGE, "writhes in pain")
..()
/datum/reagent/phororeagent/fulguracin
+2 -2
View File
@@ -19,10 +19,10 @@
if(data)
switch(data["count"])
if(1 to 30)
if(prob(9)) M.emote("me",1,"blushes")
if(prob(9)) M.custom_emote(VISIBLE_MESSAGE,"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(3)) M.custom_emote(VISIBLE_MESSAGE,"blushes")
if(prob(5)) M.say("!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"]++