mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
that thang bleedin
wocky sluuuuuuuuush
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user