Hallucinations 2.2 (#24680)

* Hallucinations 2.2

* things you have ate
This commit is contained in:
XDTM
2017-03-06 12:10:19 +01:00
committed by AnturK
parent 312d4aa99d
commit 3d07e850a3
3 changed files with 77 additions and 47 deletions

View File

@@ -21,6 +21,10 @@
var/text_output = from.generate_taste_message(taste_sensitivity)
// We dont want to spam the same message over and over again at the
// person. Give it a bit of a buffer.
if(hallucination > 50 && prob(25))
text_output = pick("spiders","[pick(wire_colors)]","dreams","nightmares","the future","the past","victory",\
"defeat","pain","bliss","revenge","poison","time","space","death","life","truth","lies","justice","memory",\
"regrets","your soul","suffering","music","noise","blood","hunger","the american way")
if(text_output != last_taste_text || last_taste_time + 100 < world.time)
src << "<span class='notice'>You can taste [text_output].</span>"
// "somthing indescribable" -> too many tastes, not enough flavor.