mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 18:06:57 +01:00
Plastic Cutlery
This commit is contained in:
+26
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user