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"
+1 -1
View File
@@ -12,7 +12,7 @@
"destructive_analyzer", "circuit_imprinter", "experimentor", "rdconsole", "design_disk", "tech_disk", "rdserver", "rdservercontrol", "mechfab",
"space_heater", "xlarge_beaker", "sec_rshot", "sec_bshot", "sec_slug", "sec_Islug", "sec_dart", "sec_38", "sec_38lethal",
"rglass","plasteel","plastitanium","plasmaglass","plasmareinforcedglass","titaniumglass","plastitaniumglass","chem_pack","medkit_cabinet",
"disposable_hypospray")
"disposable_hypospray","plastic_knife","plastic_fork","plastic_spoon")
/datum/techweb_node/mmi
id = "mmi"