mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user