From d7c684ce3951292f13f07fb1ede07caa4d9eb7bf Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Sat, 9 Jun 2018 13:07:41 -0400 Subject: [PATCH] Fixes #9097 Food on utensils now inherits the source food's name. --- code/modules/food_and_drinks/food/snacks.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/food_and_drinks/food/snacks.dm b/code/modules/food_and_drinks/food/snacks.dm index bc442486d5c..5dc010bfae9 100644 --- a/code/modules/food_and_drinks/food/snacks.dm +++ b/code/modules/food_and_drinks/food/snacks.dm @@ -99,6 +99,7 @@ U.overlays += I var/obj/item/reagent_containers/food/snacks/collected = new type + collected.name = name collected.loc = U collected.reagents.remove_any(collected.reagents.total_volume) collected.trash = null