mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-28 23:51:49 +01:00
Fixes phenethylamine and a phoronreagent
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"]++
|
||||
|
||||
Reference in New Issue
Block a user