mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Adds Pizza cutters (#28490)
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
/obj/item/whetstone = 2,
|
||||
/obj/item/storage/box/papersack = 20,
|
||||
/obj/item/mixing_bowl = 10,
|
||||
/obj/item/kitchen/knife/cheese = 2,
|
||||
/obj/item/kitchen/knife/pizza_cutter = 2,
|
||||
/obj/item/kitchen/mould/bear = 1,
|
||||
/obj/item/kitchen/mould/worm = 1,
|
||||
/obj/item/kitchen/mould/bean = 1,
|
||||
|
||||
@@ -225,6 +225,12 @@
|
||||
icon_state = "knife-cheese"
|
||||
force = 3
|
||||
|
||||
/obj/item/kitchen/knife/pizza_cutter
|
||||
name = "pizza cutter"
|
||||
desc = "A simple circular blade on a handle, used to cut pizza."
|
||||
icon_state = "pizza_cutter"
|
||||
force = 8
|
||||
|
||||
/*
|
||||
* Rolling Pins
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user