From a77ca7dd5c4d7f144560b262faf395ccf731c832 Mon Sep 17 00:00:00 2001 From: UmeFuu <35434208+UmeFuu@users.noreply.github.com> Date: Wed, 13 Feb 2019 00:22:16 -0300 Subject: [PATCH] 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) --- code/game/machinery/vending.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index f2c0ab216f2..fb780e5d550 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -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)