Adds new circular cutter

Needed for the new cookies recipe and maybe future recipes
This commit is contained in:
UmeFuu
2019-02-12 20:26:12 -03:00
committed by GitHub
parent 649cf7a63a
commit ca2fa7c3b3
+16 -1
View File
@@ -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