diff --git a/code/game/objects/structures/table_frames.dm b/code/game/objects/structures/table_frames.dm index 1091fe4ed42..7992b9f7f92 100644 --- a/code/game/objects/structures/table_frames.dm +++ b/code/game/objects/structures/table_frames.dm @@ -13,7 +13,7 @@ name = "table frame" desc = "Four metal legs with four framing rods for a table. You could easily pass through this." icon = 'icons/obj/structures.dmi' - icon_state = "table_frame" + icon_state = "nu_table_frame" density = FALSE anchored = FALSE layer = PROJECTILE_HIT_THRESHHOLD_LAYER @@ -76,7 +76,7 @@ /obj/structure/table_frame/wood name = "wooden table frame" desc = "Four wooden legs with four framing wooden rods for a wooden table. You could easily pass through this." - icon_state = "wood_frame" + icon_state = "nu_wood_frame" framestack = /obj/item/stack/sheet/mineral/wood framestackamount = 2 resistance_flags = FLAMMABLE diff --git a/icons/obj/smooth_structures/glass_table.dmi b/icons/obj/smooth_structures/glass_table.dmi index 112499f3801..5f886d74639 100644 Binary files a/icons/obj/smooth_structures/glass_table.dmi and b/icons/obj/smooth_structures/glass_table.dmi differ diff --git a/icons/obj/smooth_structures/poker_table.dmi b/icons/obj/smooth_structures/poker_table.dmi index 2e16a5468dc..f453f7aba19 100644 Binary files a/icons/obj/smooth_structures/poker_table.dmi and b/icons/obj/smooth_structures/poker_table.dmi differ diff --git a/icons/obj/smooth_structures/table.dmi b/icons/obj/smooth_structures/table.dmi index ffd88a84fc7..0b5fa4636bf 100644 Binary files a/icons/obj/smooth_structures/table.dmi and b/icons/obj/smooth_structures/table.dmi differ diff --git a/icons/obj/smooth_structures/table_greyscale.dmi b/icons/obj/smooth_structures/table_greyscale.dmi index a04a51efc7c..1acbea2de9b 100644 Binary files a/icons/obj/smooth_structures/table_greyscale.dmi and b/icons/obj/smooth_structures/table_greyscale.dmi differ diff --git a/icons/obj/smooth_structures/wood_table.dmi b/icons/obj/smooth_structures/wood_table.dmi index 16fb364ad27..181114a7c84 100644 Binary files a/icons/obj/smooth_structures/wood_table.dmi and b/icons/obj/smooth_structures/wood_table.dmi differ diff --git a/icons/obj/structures.dmi b/icons/obj/structures.dmi index baa3ba9bf59..c1aa0ef8da6 100644 Binary files a/icons/obj/structures.dmi and b/icons/obj/structures.dmi differ