mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 01:26:46 +01:00
The Utensil of the future!
This commit is contained in:
@@ -263,6 +263,22 @@
|
||||
build_path = /obj/item/weapon/kitchen/utensil/fork
|
||||
category = list("initial","Dinnerware")
|
||||
|
||||
/datum/design/spoon
|
||||
name = "Spoon"
|
||||
id = "spoon"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 80)
|
||||
build_path = /obj/item/weapon/kitchen/utensil/spoon
|
||||
category = list("initial","Dinnerware")
|
||||
|
||||
/datum/design/spork
|
||||
name = "Spork"
|
||||
id = "spork"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 80)
|
||||
build_path = /obj/item/weapon/kitchen/utensil/spork
|
||||
category = list("initial","Dinnerware")
|
||||
|
||||
/datum/design/tray
|
||||
name = "Tray"
|
||||
id = "tray"
|
||||
|
||||
Reference in New Issue
Block a user