diff --git a/code/game/objects/structures/handrail_vr.dm b/code/game/objects/structures/handrail.dm similarity index 85% rename from code/game/objects/structures/handrail_vr.dm rename to code/game/objects/structures/handrail.dm index 340d8dedd3d..8519cb4e305 100644 --- a/code/game/objects/structures/handrail_vr.dm +++ b/code/game/objects/structures/handrail.dm @@ -1,6 +1,6 @@ /obj/structure/handrail name = "handrail" - icon = 'icons/obj/handrail_vr.dmi' + icon = 'icons/obj/handrail.dmi' icon_state = "handrail" desc = "A safety railing with buckles to secure yourself to when floor isn't stable enough." density = 0 diff --git a/icons/obj/handrail_vr.dmi b/icons/obj/handrail.dmi similarity index 100% rename from icons/obj/handrail_vr.dmi rename to icons/obj/handrail.dmi diff --git a/icons/obj/statue.dmi b/icons/obj/statue.dmi index 7407e123fa8..c6cdc780628 100644 Binary files a/icons/obj/statue.dmi and b/icons/obj/statue.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 900d8bd06ce..ce06a451e71 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1435,7 +1435,7 @@ #include "code\game\objects\structures\girders.dm" #include "code\game\objects\structures\gravemarker.dm" #include "code\game\objects\structures\grille.dm" -#include "code\game\objects\structures\handrail_vr.dm" +#include "code\game\objects\structures\handrail.dm" #include "code\game\objects\structures\holoplant.dm" #include "code\game\objects\structures\inflatable.dm" #include "code\game\objects\structures\janicart.dm"