From a02ee487dde28d847b3843e550e6592597211073 Mon Sep 17 00:00:00 2001 From: PatrickLeeJohnson <48314394+Ambassadoing@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:31:27 +0300 Subject: [PATCH] hope this works --- code/modules/food_and_drinks/food/snacks_pastry.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/food_and_drinks/food/snacks_pastry.dm b/code/modules/food_and_drinks/food/snacks_pastry.dm index 0cf0e3c2d6..fad13c4274 100644 --- a/code/modules/food_and_drinks/food/snacks_pastry.dm +++ b/code/modules/food_and_drinks/food/snacks_pastry.dm @@ -486,6 +486,7 @@ filling_color = "#CD853F" tastes = list("meat" = 2, "dough" = 2, "laziness" = 1) foodtype = GRAIN + use_gs_icon = TRUE var/list/cached_reagents_amount var/previous_typepath @@ -529,6 +530,7 @@ cooked_type = null tastes = list("meat" = 2, "dough" = 2, "laziness" = 1) foodtype = GRAIN | ANTITOXIC + use_gs_icon = TRUE /obj/item/reagent_containers/food/snacks/dankpocket name = "\improper Dank-pocket"