From 257d6fdf12495f3cb8363b98ea53f049efb97fca Mon Sep 17 00:00:00 2001 From: Meatstuff <65227917+Meatstuff882@users.noreply.github.com> Date: Sat, 22 Jun 2024 20:17:32 -0700 Subject: [PATCH] Update other.dm --- code/modules/reagents/chemistry_reagents/other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry_reagents/other.dm b/code/modules/reagents/chemistry_reagents/other.dm index 8a08aab48e..bbeeca2e3c 100644 --- a/code/modules/reagents/chemistry_reagents/other.dm +++ b/code/modules/reagents/chemistry_reagents/other.dm @@ -369,7 +369,7 @@ description = "Ah, some good old, all-american, high-fructose corn syrup. Sickeningly sweet. There's worse things you can put in your body, but very few of them are made to be put there." color = "#593512" // rgb: 89, 53, 18 chemclass = CHEM_CLASS_NONE - properties = list(PROPERTY_NUTRITIOUS = 2) + properties = list(PROPERTY_NUTRITIOUS = 1) /datum/reagent/sucralose name = "Sucralose"