From 99cb567eacf9219c67e463c4de08905030ab50cc Mon Sep 17 00:00:00 2001 From: GrimsonGrime Date: Thu, 10 Aug 2023 17:19:25 -0500 Subject: [PATCH] Tea Button Fix Changed the reagents list to grab the actually Tea ID instead of grabing nothing --- code/modules/reagents/chemistry/machinery/chem_dispenser.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm index 9e6cef6e..fa86c823 100644 --- a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm @@ -475,7 +475,7 @@ /datum/reagent/consumable/ice, /datum/reagent/consumable/coffee, /datum/reagent/consumable/cream, - /datum/reagent/consumable/tea, + /datum/reagent/consumable/tea/pinktea, /datum/reagent/consumable/icetea, /datum/reagent/consumable/space_cola, /datum/reagent/consumable/spacemountainwind,