From dcea445d1deb640916c3351d94d858aed50effc8 Mon Sep 17 00:00:00 2001 From: HelmCrab <90987989+Thera-Pissed@users.noreply.github.com> Date: Sat, 28 Dec 2024 21:55:19 -0600 Subject: [PATCH] spite pr --- code/game/objects/items/food/spaghetti.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/food/spaghetti.dm b/code/game/objects/items/food/spaghetti.dm index a6c5394e0647..5c104a1a747c 100644 --- a/code/game/objects/items/food/spaghetti.dm +++ b/code/game/objects/items/food/spaghetti.dm @@ -29,14 +29,14 @@ /obj/item/food/spaghetti/pastatomato name = "spaghetti" - desc = "Spaghetti and crushed tomatoes. Just like your abusive father used to make!" + desc = "Spaghetti and crushed tomatoes, almost as tangled as Miskilamo's wiring!" icon_state = "pastatomato" trash_type = /obj/item/trash/plate bite_consumption = 4 food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/tomatojuice = 10, /datum/reagent/consumable/nutriment/vitamin = 4) microwaved_type = null tastes = list("pasta" = 1, "tomato" = 1) - foodtypes = GRAIN | VEGETABLES + foodtypes = GRAIN | FRUIT /obj/item/food/spaghetti/copypasta name = "copypasta"