From 9c830286efbb6297dbd2fb6a9f9ac924906d5beb Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sat, 30 Nov 2019 15:23:55 -0500 Subject: [PATCH] Food Trash Fixy Helllloooo? Roast beef's on a plate, not a hecking tray! Fixing the resulting trash. Changelog notes: - Changes Roast Beef trash to a plate, not waffles. --- code/modules/food/food/snacks_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food/food/snacks_vr.dm b/code/modules/food/food/snacks_vr.dm index a283a6bafe..91b769696d 100644 --- a/code/modules/food/food/snacks_vr.dm +++ b/code/modules/food/food/snacks_vr.dm @@ -89,7 +89,7 @@ desc = "It's beef. It's roasted. It's been a staple of dining tradition for centuries." icon = 'icons/obj/food_vr.dmi' icon_state = "roastbeef" - trash = /obj/item/trash/waffles + trash = /obj/item/trash/plate //TFF 30/11/19 - Roast beef are put on plates, not waffle trays, you dunce~ nutriment_amt = 8 nutriment_desc = list("cooked meat" = 5)