Last Push - Everything is working, just needs testing!

This commit is contained in:
Rykka
2020-07-16 19:52:20 -04:00
parent 9f935ff59d
commit 3974d7e87f
32 changed files with 221 additions and 183 deletions
@@ -71,7 +71,7 @@
//We'll assume that the batter isnt going to be regurgitated and eaten by someone else. Only show this once
if (data["cooked"] != 1)
if (!messaged)
M << "Ugh, this raw [name] tastes disgusting."
to_chat(M, "Ugh, this raw [name] tastes disgusting.")
nutriment_factor *= 0.5
messaged = 1
@@ -677,8 +677,7 @@
return
if(alien == IS_ALRAUNE) // VOREStation Edit: It wouldn't affect plants that much.
if(prob(5))
M << "<span class='rose'>You feel a pleasant sensation in your mouth.</span>"
to_chat(M, span("rose","You feel a pleasant sensation in your mouth."))
to_chat(M, "<span class='rose'>You feel a pleasant sensation in your mouth.</span>")
M.bodytemperature += rand(10, 25)
return
if(ishuman(M))