Food on utensils now inherits the source food's name.
This commit is contained in:
FalseIncarnate
2018-06-09 13:07:41 -04:00
parent 18e76a0545
commit d7c684ce39
@@ -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