From ad839f492420cbac84eab9703781fab2c1390b21 Mon Sep 17 00:00:00 2001 From: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:42:11 -0400 Subject: [PATCH] didnt know this was a bug (#24819) --- code/modules/reagents/chemistry/reagents/toxins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/toxins.dm b/code/modules/reagents/chemistry/reagents/toxins.dm index 5b2d9752536..212f9095d28 100644 --- a/code/modules/reagents/chemistry/reagents/toxins.dm +++ b/code/modules/reagents/chemistry/reagents/toxins.dm @@ -468,7 +468,7 @@ id = "beer2" description = "An alcoholic beverage made from malted grains, hops, yeast, and water." color = "#664300" // rgb: 102, 67, 0 - metabolization_rate = 0.1 * REAGENTS_METABOLISM + metabolization_rate = 0.1 drink_icon ="beerglass" drink_name = "Beer glass" drink_desc = "A freezing pint of beer"