diff --git a/code/modules/food/food/snacks/meat.dm b/code/modules/food/food/snacks/meat.dm index 3d919e1e8741..3877bf377140 100644 --- a/code/modules/food/food/snacks/meat.dm +++ b/code/modules/food/food/snacks/meat.dm @@ -56,9 +56,9 @@ filling_color = "#BBBBAA" /obj/item/reagent_containers/food/snacks/meat/chicken/Initialize(mapload) - ..() - reagents.remove_reagent("triglyceride", INFINITY) - //Chicken is low fat. Less total calories than other meats + . = ..() + reagents.remove_reagent("triglyceride", INFINITY) + //Chicken is low fat. Less total calories than other meats /obj/item/reagent_containers/food/snacks/meat/chicken/penguin name = "meat"