diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index 8d14851c1b..455bc41837 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -3295,6 +3295,14 @@ glass_name = "Sit on my face" glass_desc = "A drink made of irish coffee and nuts, mostly known for its vulgar name. Makes for a great pickup line though!" + +/datum/reagent/ethanol/hachi + name = "Hachi" + id = "hachi" + description = "An unusual fusion of bourbon and sake infused with lemon juice, and mushrooms. Sweet, savory, but mostly weird. + taste_description = "sweet lemons, black pepper, and savory mushroom" + color = "#DC971D" + strength = 20 /datum/reagent/drink/freshtea name = "Green tea" @@ -3376,4 +3384,4 @@ cup_icon_state = "cup_tea" cup_name = "cup of tea" - cup_desc = "Green tea. It smells a bit off." \ No newline at end of file + cup_desc = "Green tea. It smells a bit off."