From 3973e2035c750b387e123599047710cf60667eeb Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:06:11 -0500 Subject: [PATCH] Removes chocolate from weightloss shakes (#20439) --- code/modules/food_and_drinks/drinks/drinks_base.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/drinks/drinks_base.dm b/code/modules/food_and_drinks/drinks/drinks_base.dm index 085b24c2996..604915f908c 100644 --- a/code/modules/food_and_drinks/drinks/drinks_base.dm +++ b/code/modules/food_and_drinks/drinks/drinks_base.dm @@ -228,9 +228,9 @@ /obj/item/reagent_containers/food/drinks/weightloss name = "weight-loss shake" - desc = "A shake designed to cause weight loss. The package proudly proclaims that it is 'tapeworm free.'" + desc = "A shake designed to cause weight loss, now in a berry-flavored formulation. The package proudly proclaims that it is 'tapeworm free.'" icon_state = "weightshake" - list_reagents = list("lipolicide" = 30, "chocolate" = 5) + list_reagents = list("lipolicide" = 30, "berryjuice" = 5) /obj/item/reagent_containers/food/drinks/dry_ramen name = "cup ramen"