mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user