Sliceable Flatdough Knife fix

Fixes the knife getting eaten by the dough
This commit is contained in:
SoundScopes
2014-10-03 00:26:26 +01:00
parent 50309c80a0
commit 675a628452
+3
View File
@@ -11,6 +11,9 @@
del(src)
/obj/item/weapon/reagent_containers/food/snacks/sliceable/flatdough/attackby(obj/item/W as obj, mob/user as mob)
if(istype(W,/obj/item/weapon/kitchenknife))
..()
return
if(istype(W,/obj/item/weapon/reagent_containers/food))
var/obj/item/weapon/reagent_containers/food/snacks/customizable/pizza/S = new(get_turf(user))
S.attackby(W,user)