All I Want For Christmas (#15389)

Is youuu...
This commit is contained in:
KingOfThePing
2022-12-23 12:22:45 +01:00
committed by GitHub
parent 0277c03d69
commit 089f319166
4 changed files with 2127 additions and 349 deletions
@@ -4598,6 +4598,17 @@
glass_name = "glass of veteran's choice"
glass_desc = "A cocktail consisting of Messa's Mead and gunpowder."
/decl/reagent/alcohol/eggnog
name = "eggnog"
color = "#619494"
description = "A true Christmas classic, consisting of egg, cream, sugar and of course alcohol."
taste_description = "egg and alcohol"
strength = 15
glass_icon_state = "snowwhite"
glass_name = "glass of eggnog"
glass_desc = "Technically a longdrink, made out of egg, sugar, cream and alcohol. Merry Christmas!"
// Butanol-based alcoholic drinks
//=====================================
//These are mainly for unathi, and have very little (but still some) effect on other species
@@ -397,6 +397,15 @@ If you add a drink with no empty icon sprite, ensure it is flagged as NO_EMPTY_I
reagents_to_add = list(/decl/reagent/drink/milk/adhomai/mutthir = 100)
/obj/item/reagent_containers/food/drinks/carton/eggnog
name = "eggnog carton"
icon_state = "cream"
desc = "A beverage, made out of egg, sugar alcohol and in this case, cream."
desc_extended = "Eggnog, also called Egg flip, is an alcoholic beverage, made out of egg, milk or cream, sugar and alcohol. Eggnog is by principle a longdrink and they can be served \
hot or cold. Originally it was served in winter and hot. Every serving uses one egg. It is a classic Christmas beverage, loved by every species, universe-wide. Or so you heard."
reagents_to_add = list(/decl/reagent/alcohol/eggnog = 100)
//////////////////////////drinkingglass and shaker//
//Note by Darem: This code handles the mixing of drinks. New drinks go in three places: In Chemistry-Reagents.dm (for the drink
// itself), in Chemistry-Recipes.dm (for the reaction that changes the components into the drink), and here (for the drinking glass