From dc602f9d573ca7d242c5ac651d4d35efb08c59a5 Mon Sep 17 00:00:00 2001 From: Firecage Date: Fri, 16 Jan 2015 15:38:31 +0200 Subject: [PATCH] Indentation fix. How did that single space instead of the tab worl anyway... --- code/game/objects/structures/table_frames.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/table_frames.dm b/code/game/objects/structures/table_frames.dm index 40a0c409663..9955c1c7b4b 100644 --- a/code/game/objects/structures/table_frames.dm +++ b/code/game/objects/structures/table_frames.dm @@ -68,7 +68,7 @@ /obj/structure/table_frame/wood/attackby(var/obj/item/I, mob/user) if(istype(I, /obj/item/weapon/wrench)) - ..() + ..() if(istype(I, /obj/item/stack/sheet/mineral/wood)) var/obj/item/stack/sheet/mineral/wood/W = I user << "Now adding [W] to [src]."