mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Adds Pizza cutters (#28490)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
/obj/item/pizzabox/mushroom,
|
||||
/obj/item/pizzabox/pepperoni,
|
||||
/obj/item/pizzabox/vegetable,
|
||||
/obj/item/pizzabox/hawaiian)
|
||||
/obj/item/pizzabox/hawaiian,
|
||||
/obj/item/kitchen/knife/pizza_cutter)
|
||||
cost = 500
|
||||
containername = "Pizza crate"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user