diff --git a/code/game/objects/items/RSF.dm b/code/game/objects/items/RSF.dm index f7972e3aeb15..54083c27b8f4 100644 --- a/code/game/objects/items/RSF.dm +++ b/code/game/objects/items/RSF.dm @@ -29,6 +29,7 @@ RSF /obj/item/storage/pill_bottle/dice = 200, /obj/item/pen = 50, /obj/item/clothing/mask/cigarette = 10, + /obj/item/plate = 25, ) var/list/allowed_surfaces = list(/obj/structure/table) ///A list of surfaces that we are allowed to place things on. var/action_type = "Dispensing" ///The verb that describes what we're doing, for use in text diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index c3464beeae42..6fc7d54e08ac 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -364,7 +364,7 @@ id = "plate" build_type = AUTOLATHE | PROTOLATHE materials = list(/datum/material/iron = 1500) - build_path = /obj/item/storage/bag/tray + build_path = /obj/item/plate category = list("initial","Dinnerware","Service") departmental_flags = DEPARTMENTAL_FLAG_SERVICE