that thang bleedin

wocky sluuuuuuuuush
This commit is contained in:
Vladin
2021-02-07 01:41:27 -05:00
parent c2435b144d
commit 9e7a353816
3 changed files with 23 additions and 0 deletions
@@ -892,3 +892,19 @@
glass_icon_state = "glass_yellow"
glass_name = "glass of bungo juice"
glass_desc = "Exotic! You feel like you are on vacation already."
/datum/reagent/consumable/wockyslush
name = "Wocky Slush"
description = "That thang bleedin' to the-... ya know I mean?"
color = "#7b60c4" // rgb(123, 96, 196)
quality = DRINK_VERYGOOD
taste_description = "cold rainbows"
glass_icon_state = "wockyslush"
glass_name = "Wocky Slush"
glass_desc = "That thang bleedin' to the-... ya know I mean?"
/datum/reagent/consumable/wockyslush/on_mob_life(mob/living/carbon/M)
M.emote(pick("twitch","giggle","stare"))
M.set_drugginess(75)
M.apply_status_effect(/datum/status_effect/throat_soothed)
..()