Adds Pizza cutters (#28490)

This commit is contained in:
Contrabang
2025-03-01 04:25:10 +00:00
committed by GitHub
parent 659aba36f8
commit b313fafdea
5 changed files with 26 additions and 1 deletions
@@ -256,6 +256,22 @@
build_path = /obj/item/kitchen/knife
category = list("initial","Dinnerware")
/datum/design/cheese_knife
name = "Cheese Knife"
id = "cheese_knife"
build_type = AUTOLATHE
materials = list(MAT_METAL = 4000)
build_path = /obj/item/kitchen/knife/cheese
category = list("initial","Dinnerware")
/datum/design/pizza_cutter
name = "Pizza Cutter"
id = "pizza_cutter"
build_type = AUTOLATHE
materials = list(MAT_METAL = 10000)
build_path = /obj/item/kitchen/knife/pizza_cutter
category = list("initial","Dinnerware")
/datum/design/fork
name = "Fork"
id = "fork"