From e0118efead2cc72ac703509aaa5faf1bd506b2f4 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Fri, 8 Jul 2016 12:03:38 +0100 Subject: [PATCH] Fixed Fox's suggestion - Removed needless code --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index b9aa8d21fc2..c62df2f6cca 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -140,7 +140,7 @@ anchored = 0 movable = 1 -/obj/structure/stool/bed/chair/comfy/attackby(obj/item/weapon/W as obj, mob/user as mob, params) +/obj/structure/stool/bed/chair/comfy/attackby(obj/item/weapon/W, mob/user, params) if(iswrench(W)) playsound(loc, 'sound/items/Ratchet.ogg', 50, 1) new /obj/item/stack/sheet/metal(get_turf(src))