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"