This commit is contained in:
FlattestGuitar
2017-07-22 23:53:46 +02:00
parent 6499f31df4
commit 97c2c10b13
4 changed files with 3 additions and 4 deletions
@@ -173,7 +173,7 @@
drink_icon = "nothing"
drink_name = "Nothing"
drink_desc = "Absolutely nothing."
taste_message = "nothing...how?"
taste_message = "nothing... how?"
/datum/reagent/consumable/drink/nothing/on_mob_life(mob/living/M)
if(ishuman(M) && M.job in list("Mime"))
@@ -439,7 +439,7 @@
reagent_state = LIQUID
color = "#644600"
addiction_chance = 30
taste_message = "puke...or worse"
taste_message = "puke... or worse"
/datum/reagent/jenkem/on_mob_life(mob/living/M)
M.Dizzy(5)