From a415233d222895ca8d303551e80827f30bbd4d34 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sun, 10 Aug 2025 10:21:12 -0400 Subject: [PATCH] white chocolate is not chocolate (#18224) --- code/modules/reagents/reagents/food_drinks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagents/food_drinks.dm b/code/modules/reagents/reagents/food_drinks.dm index ff61bb3605..8f9a6e59d8 100644 --- a/code/modules/reagents/reagents/food_drinks.dm +++ b/code/modules/reagents/reagents/food_drinks.dm @@ -2981,7 +2981,7 @@ color = "#c4c6a5" cup_prefix = "white chocolate" - allergen_type = ALLERGEN_SUGARS|ALLERGEN_CHOCOLATE + allergen_type = ALLERGEN_SUGARS //|ALLERGEN_CHOCOLATE //commenting this out and leaving this comment to inform that WHITE CHOCOLATE IS NOT CHOCOLATE!!!! /datum/reagent/drink/syrup/strawberry name = REAGENT_SYRUPSTRAWBERRY