mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 05:36:19 +01:00
Sliceable Flatdough Knife fix
Fixes the knife getting eaten by the dough
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user