From 4ac64350151d37c1510c32b4956a22fe49f38d97 Mon Sep 17 00:00:00 2001 From: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:06:42 -0400 Subject: [PATCH] cheeseless cheese (#23047) --- .../objects/items/granters/action_granters/summon_cheese.dm | 2 +- code/modules/food_and_drinks/food/foods/ingredients.dm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/granters/action_granters/summon_cheese.dm b/code/game/objects/items/granters/action_granters/summon_cheese.dm index b4e4d0a01b0..0ee14969755 100644 --- a/code/game/objects/items/granters/action_granters/summon_cheese.dm +++ b/code/game/objects/items/granters/action_granters/summon_cheese.dm @@ -35,7 +35,7 @@ overlay = null action_icon_state = "cheese_wedge" action_background_icon_state = "bg_spell" - summon_type = list(/obj/item/reagent_containers/food/snacks/cheesewedge) + summon_type = list(/obj/item/reagent_containers/food/snacks/cheesewedge/presliced) summon_amt = 9 aoe_range = 1 summon_ignore_prev_spawn_points = TRUE diff --git a/code/modules/food_and_drinks/food/foods/ingredients.dm b/code/modules/food_and_drinks/food/foods/ingredients.dm index 926edde6486..b6b9baa121b 100644 --- a/code/modules/food_and_drinks/food/foods/ingredients.dm +++ b/code/modules/food_and_drinks/food/foods/ingredients.dm @@ -53,6 +53,9 @@ filling_color = "#FFF700" tastes = list("cheese" = 1) +/obj/item/reagent_containers/food/snacks/cheesewedge/presliced + list_reagents = list("nutriment" = 3, "vitamin" = 1, "cheese" = 4) + /obj/item/reagent_containers/food/snacks/weirdcheesewedge name = "weird cheese" desc = "Some kind of... gooey, messy, gloopy thing. Similar to cheese, but only in the broad sense of the word."