From e3768e8ac5bf94b47c5df575b932622cc2507385 Mon Sep 17 00:00:00 2001 From: Qwertytoforty Date: Thu, 27 Aug 2020 12:02:15 -0400 Subject: [PATCH] Makes human meat more accurate to the feelings of the owner --- code/modules/food_and_drinks/food/foods/meat.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/foods/meat.dm b/code/modules/food_and_drinks/food/foods/meat.dm index 382e2f39022..a9f0ab3d684 100644 --- a/code/modules/food_and_drinks/food/foods/meat.dm +++ b/code/modules/food_and_drinks/food/foods/meat.dm @@ -30,7 +30,7 @@ name = "-meat" var/subjectname = "" var/subjectjob = null - tastes = list("tender meat" = 1) + tastes = list("salty meat" = 1) /obj/item/reagent_containers/food/snacks/meat/slab/meatproduct name = "meat product"