From b8334feaaa07b52afa6ba4f24c15aa88f5df9a0b Mon Sep 17 00:00:00 2001 From: iramoye Date: Thu, 26 Mar 2026 02:43:54 +0000 Subject: [PATCH] adds protein to chicken balls (#31747) --- code/modules/food_and_drinks/food/foods/ethnic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/foods/ethnic.dm b/code/modules/food_and_drinks/food/foods/ethnic.dm index 413a9187a5c..410412e8faa 100644 --- a/code/modules/food_and_drinks/food/foods/ethnic.dm +++ b/code/modules/food_and_drinks/food/foods/ethnic.dm @@ -84,7 +84,7 @@ icon_state = "chickenball" inhand_icon_state = "chinese3" junkiness = 25 - list_reagents = list("nutriment" = 2, "msg" = 4, "sugar" = 2) + list_reagents = list("nutriment" = 2, "msg" = 4, "sugar" = 2, "protein" = 1) tastes = list("chicken" = 1, "sweetness" = 1) /obj/item/food/chinese/tao