From aa4fbf6aac9463c35311b904cc0c6663d52e4710 Mon Sep 17 00:00:00 2001 From: PatrickLeeJohnson <48314394+Ambassadoing@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:50:45 +0300 Subject: [PATCH] moar fixes --- GainStation13/code/modules/food_and_drinks/food.dm | 1 + code/modules/food_and_drinks/food/snacks_pastry.dm | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/modules/food_and_drinks/food.dm b/GainStation13/code/modules/food_and_drinks/food.dm index e83ae80a72..7e29620b36 100644 --- a/GainStation13/code/modules/food_and_drinks/food.dm +++ b/GainStation13/code/modules/food_and_drinks/food.dm @@ -3,6 +3,7 @@ /obj/item/reagent_containers/food/snacks/gbburrito name = "\improper GATO Gas Giant Burrito" + icon = 'Gainstation13/icons/obj/food/food.dmi' icon_state = "gbburrito" desc = "More than three pounds of beans, meat, and cheese wrapped in a greasy tortilla. It's piping hot." trash = null diff --git a/code/modules/food_and_drinks/food/snacks_pastry.dm b/code/modules/food_and_drinks/food/snacks_pastry.dm index fad13c4274..247b546a00 100644 --- a/code/modules/food_and_drinks/food/snacks_pastry.dm +++ b/code/modules/food_and_drinks/food/snacks_pastry.dm @@ -480,13 +480,13 @@ /obj/item/reagent_containers/food/snacks/donkpocket name = "\improper Donk-pocket" desc = "The food of choice for the seasoned traitor." + icon = 'Gainstation13/icons/obj/food/food.dmi' icon_state = "donkpocket" list_reagents = list(/datum/reagent/consumable/nutriment = 4) cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm 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 @@ -530,7 +530,6 @@ 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"