Fixes some M << to to_chat references.

This commit is contained in:
Repede
2020-09-01 23:16:25 -04:00
parent 129eeac9bc
commit 1aed482d7d
4 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
datum
reagent
// Shamelessly ripped from Y.W., with large changes. -Carl
benzilate
name = "Odd Goo"
id = "benzilate"
@@ -22,11 +21,11 @@ datum
switch(data["count"])
if(1 to 30)
if(prob(9)) M.emote("me",1,"blushes")
if(prob(9)) M << "<span class='warning'>You feel so needy..</span>"
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(9)) M << "<span class='warning'>You can't help but want to touch yourself then and now!</span>"
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)
//..()