From ca2b1a269e955acb354645b176ed40a4238f1cfc Mon Sep 17 00:00:00 2001 From: Leshana Date: Tue, 9 May 2017 01:09:04 -0400 Subject: [PATCH] Change back to original table icons. --- code/modules/tables/tables.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tables/tables.dm b/code/modules/tables/tables.dm index 0da818ae54..72cc6dbf8b 100644 --- a/code/modules/tables/tables.dm +++ b/code/modules/tables/tables.dm @@ -1,6 +1,6 @@ /obj/structure/table name = "table frame" - icon = 'icons/obj/tables_vr.dmi' //VOREStation Edit - New Icons + icon = 'icons/obj/tables.dmi' icon_state = "frame" desc = "It's a table, for putting things on. Or standing on, if you really want to." density = 1