From 5b73893aa7f619e2e7d1e194745a51119e486aca Mon Sep 17 00:00:00 2001 From: Archie <53913550+ArchieBeepBoop@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:57:04 -0300 Subject: [PATCH] Changes an ingredient --- code/modules/food_and_drinks/recipes/drinks_recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index a2804effe..70d0914a8 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -922,5 +922,5 @@ name = "1964 Criticality Accident Leftover Coffee" id = /datum/reagent/consumable/criticality_coffee results = list(/datum/reagent/consumable/criticality_coffee = 4) - required_reagents = list(/datum/reagent/consumable/coffee = 1, /datum/reagent/radium = 1, /datum/reagent/iron = 1, /datum/reagent/uranium = 1) + required_reagents = list(/datum/reagent/consumable/coffee = 1, /datum/reagent/radium = 1, /datum/reagent/copper = 1, /datum/reagent/uranium = 1) mix_message = "All drinks inevitably come at a cost."