From c0a90613b41a8bcb5b8f221acb096d3873b42da1 Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Sat, 17 Mar 2012 18:19:53 +0000 Subject: [PATCH] Whoops! Turns out we needed that attackby. This will fix the "X has hit floor tiles with the floor tiles!" bugs. Thanks to Nodrak for spotting the cause. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3319 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/items/item.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/item.dm b/code/game/objects/items/item.dm index 6ad353edb2b..c7ccb9786f3 100644 --- a/code/game/objects/items/item.dm +++ b/code/game/objects/items/item.dm @@ -182,6 +182,9 @@ user.update_clothing() return +/obj/item/attackby(obj/item/weapon/W as obj, mob/user as mob) + return + /obj/item/attack_self(mob/user as mob) ..() if(twohanded)