mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 12:06:22 +01:00
Thanks to our beloved bat suggestions, we now have a polish specialty drink! Just dont mind the coolant aftertaste!
This commit is contained in:
@@ -3116,4 +3116,16 @@
|
||||
strength = 15
|
||||
|
||||
glass_name = "akvavit"
|
||||
glass_desc = "Burns the nose and throat, and soothes it with a herby aftertaste...Barely."
|
||||
glass_desc = "Burns the nose and throat, and soothes it with a herby aftertaste...Barely."
|
||||
|
||||
/datum/reagent/toxin/bluetrain
|
||||
name = "blue train"
|
||||
id = "bluetrain"
|
||||
description = "A drink only a fool or a very desperate creature would consume."
|
||||
taste_description = "someone decided to pour ice cold motor oil down your throat and finish it off with a large shot of burning pure alcohol."
|
||||
color = "#c8a5dc"
|
||||
adj_temp = -10
|
||||
strength = 10
|
||||
|
||||
glass_name = "blue train"
|
||||
glass_desc = "A glass of what can only be described as the bastard child between coolant and alcohol made by a madman."
|
||||
@@ -2279,6 +2279,13 @@
|
||||
required_reagents = list("milk" = 1, "sugar" = 2, "rice" = 2)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drinks/bluetrain
|
||||
name = "Blue train"
|
||||
id = "bluetrain"
|
||||
result = "bluetrain"
|
||||
required_reagents = list("coolant" = 2, "ethanol" = 2, "nutriment" = 1)
|
||||
result_amount = 5
|
||||
|
||||
//R-UST Port
|
||||
/datum/chemical_reaction/hyrdophoron
|
||||
name = "Hydrophoron"
|
||||
|
||||
@@ -537,4 +537,8 @@ Drinks Data
|
||||
|
||||
/datum/reagent/drink/horchata
|
||||
glass_icon_state = "horchata"
|
||||
glass_center_of_mass = list("x"=16, "y"=7)
|
||||
glass_center_of_mass = list("x"=16, "y"=7)
|
||||
|
||||
/datum/reagent/toxin/bluetrain
|
||||
glass_icon_state = "bluetrain"
|
||||
glass_center_of_mass = list("x"=16, "y"=8)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user