From 075766d674d29f8310ae2a71ea1a725226bda0fa Mon Sep 17 00:00:00 2001 From: Shandriaa <49291812+Shandriaa@users.noreply.github.com> Date: Thu, 4 Apr 2019 16:38:23 -0500 Subject: [PATCH] Update Chemistry-Recipes.dm --- code/modules/reagents/Chemistry-Recipes.dm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 70c6bf3553..f9b3f0864b 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -2342,6 +2342,13 @@ required_reagents = list("kahlua" = 1, "irishcream" = 1, "nutbutter" = 1) result_amount = 3 +/datum/chemical_reaction/drinks/hachi + name = "Hachi" + id = "hachi" + result = "hachi" + required_reagents = list("burbon" = 2, "sake" = 1, "lemonjuice" = 1, "mushroom" = 1) + result_amount = 5 + //R-UST Port /datum/chemical_reaction/hyrdophoron name = "Hydrophoron" @@ -2376,4 +2383,4 @@ id = "qerr_quem" result = "qerr_quem" required_reagents = list("nicotine" = 1, "carbon" = 1, "sugar" = 2) - result_amount = 4 \ No newline at end of file + result_amount = 4