mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
@@ -892,3 +892,10 @@
|
||||
results = list(/datum/reagent/consumable/ethanol/commander_and_chief = 50)
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/alliescocktail = 50, /datum/reagent/consumable/ethanol/champagne = 20, /datum/reagent/consumable/doctor_delight = 10, /datum/reagent/consumable/ethanol/quintuple_sec = 10, /datum/reagent/consumable/ethanol/screwdrivercocktail = 10)
|
||||
mix_message = "When your powers combine, I am Captain Pl-..."
|
||||
|
||||
/datum/chemical_reaction/wockyslush
|
||||
name = "Wocky Slush"
|
||||
id = /datum/reagent/consumable/wockyslush
|
||||
results = list(/datum/reagent/consumable/wockyslush = 5)
|
||||
required_reagents = list(/datum/reagent/toxin/fentanyl = 1, /datum/reagent/consumable/ice = 1, /datum/reagent/consumable/lemon_lime = 1)
|
||||
mix_message = "That thang bleedin’ P!"
|
||||
|
||||
@@ -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)
|
||||
..()
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Reference in New Issue
Block a user