From dc31047d1ee1b20e610d435c3d38e61a318f8367 Mon Sep 17 00:00:00 2001 From: Mako Date: Sat, 25 Jun 2022 23:58:27 -0700 Subject: [PATCH] print via RSF and also fixes designs --- code/game/objects/items/RSF.dm | 1 + code/modules/research/designs/autolathe_designs.dm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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