Adds a taste system!

This commit is contained in:
FlattestGuitar
2017-05-18 01:00:00 +02:00
parent 8b4587c312
commit a407b88124
8 changed files with 58 additions and 2 deletions
+3 -1
View File
@@ -29,6 +29,8 @@
var/drink_icon = null
var/drink_name = "Glass of ..what?"
var/drink_desc = "You can't really tell what this is."
var/taste_strength = 1 //how easy it is to taste - the more the easier
var/taste_message = "bitterness" //life's bitter by default. Cool points for using a span class for when you're tasting <span class='userdanger'>LIQUID FUCKING DEATH</span>
/datum/reagent/Destroy()
. = ..()
@@ -148,4 +150,4 @@
if(prob(5))
to_chat(M, "<span class='warning'>You feel like you can't live without [name]!</span>")
if(prob(5))
to_chat(M, "<span class='warning'>You would DIE for some [name] right now!</span>")
to_chat(M, "<span class='warning'>You would DIE for some [name] right now!</span>")
@@ -7,6 +7,7 @@
process_flags = ORGANIC | SYNTHETIC //Adminbuse knows no bounds!
admin_only = 1
can_synth = 0
taste_message = "admin abuse"
/datum/reagent/medicine/adminordrazine/on_mob_life(mob/living/carbon/M)
M.setCloneLoss(0)
@@ -58,4 +59,5 @@
/datum/reagent/medicine/adminordrazine/nanites
name = "Nanites"
id = "nanites"
description = "Nanomachines that aid in rapid cellular regeneration."
description = "Nanomachines that aid in rapid cellular regeneration."
taste_message = "nanomachines, son"