Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/game/objects/items/RSF.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/designs/autolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down