Plastic Cutlery

This commit is contained in:
Toast
2019-12-14 01:54:53 -05:00
parent 6703770a15
commit 891489ff6d
4 changed files with 78 additions and 1 deletions
@@ -21,6 +21,32 @@
build_path = /obj/item/kitchen/fork
category = list("initial","Dinnerware")
/datum/design/plastic_fork
name = "Plastic Fork"
id = "plastic_fork"
build_type = AUTOLATHE | PROTOLATHE
materials = list(/datum/material/plastic = 80)
build_path = /obj/item/kitchen/fork/plastic
category = list("initial", "Tool Designs", "Dinnerware")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/plastic_spoon
name = "Plastic Spoon"
id = "plastic_spoon"
build_type = AUTOLATHE | PROTOLATHE
materials = list(/datum/material/plastic = 120)
build_path = /obj/item/kitchen/spoon/plastic
category = list("initial", "Tool Designs", "Dinnerware")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/plastic_knife
name = "Plastic Knife"
id = "plastic_knife"
build_type = AUTOLATHE | PROTOLATHE
materials = list(/datum/material/plastic = 100)
build_path = /obj/item/kitchen/knife/plastic
category = list("initial", "Tool Designs","Dinnerware")
/datum/design/tray
name = "Tray"
id = "tray"