Adds cutter to dinnerware vendor

Adds two generic circular cutters to the dinnerware, one extra just in case some idiot  loses the first one (probably I'll be that idiot)
This commit is contained in:
UmeFuu
2019-02-13 00:22:16 -03:00
committed by GitHub
parent 5db7dafc38
commit a77ca7dd5c
+2 -1
View File
@@ -1232,7 +1232,8 @@
/obj/item/kitchen/mould/bear = 1, /obj/item/kitchen/mould/worm = 1,
/obj/item/kitchen/mould/bean = 1, /obj/item/kitchen/mould/ball = 1,
/obj/item/kitchen/mould/cane = 1, /obj/item/kitchen/mould/cash = 1,
/obj/item/kitchen/mould/coin = 1, /obj/item/kitchen/mould/loli = 1)
/obj/item/kitchen/mould/coin = 1, /obj/item/kitchen/mould/loli = 1,
/obj/item/kitchen/cutter = 2)
contraband = list(/obj/item/kitchen/rollingpin = 2, /obj/item/kitchen/knife/butcher = 2)
armor = list(melee = 100, bullet = 100, laser = 100, energy = 100, bomb = 0, bio = 0, rad = 0)