From ca2fa7c3b31cbb195f4cf52f345486cdd0014d99 Mon Sep 17 00:00:00 2001 From: UmeFuu <35434208+UmeFuu@users.noreply.github.com> Date: Tue, 12 Feb 2019 20:26:12 -0300 Subject: [PATCH] Adds new circular cutter Needed for the new cookies recipe and maybe future recipes --- code/game/objects/items/weapons/kitchen.dm | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/kitchen.dm b/code/game/objects/items/weapons/kitchen.dm index 98422d8c680..d4a53e8e8b2 100644 --- a/code/game/objects/items/weapons/kitchen.dm +++ b/code/game/objects/items/weapons/kitchen.dm @@ -178,6 +178,21 @@ materials = list() origin_tech = "biotech=3;combat=2" attack_verb = list("shanked", "shivved") +/* + *cutter by Ume + */ + + /obj/item/kitchen/cutter + name = "generic circular cutter" + desc = "A generic circular cutter for cookies and other things." + icon_state = "circular_cutter" + force = 5 + throwforce = 5 + throw_speed = 3 + throw_range = 3 + sharp = 1 + w_class = WEIGHT_CLASS_SMALL + attack_verb = list("bashed", "slashed", "pricked", "thrashed") /* * Rolling Pins @@ -251,7 +266,7 @@ desc = "It has the shape of a sucker imprinted into it." icon_state = "mould_loli" -/* +/* * Sushi Mat */ /obj/item/kitchen/sushimat