diff --git a/code/game/objects/structures/handrail.dm b/code/game/objects/structures/handrail.dm new file mode 100644 index 0000000000..8519cb4e30 --- /dev/null +++ b/code/game/objects/structures/handrail.dm @@ -0,0 +1,8 @@ +/obj/structure/handrail + name = "handrail" + 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 + anchored = 1 + can_buckle = 1 diff --git a/icons/obj/handrail.dmi b/icons/obj/handrail.dmi new file mode 100644 index 0000000000..b2fb153e07 Binary files /dev/null and b/icons/obj/handrail.dmi differ diff --git a/icons/obj/statue.dmi b/icons/obj/statue.dmi index 7407e123fa..c6cdc78062 100644 Binary files a/icons/obj/statue.dmi and b/icons/obj/statue.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 900d8bd06c..363e6c33e1 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1435,7 +1435,11 @@ #include "code\game\objects\structures\girders.dm" #include "code\game\objects\structures\gravemarker.dm" #include "code\game\objects\structures\grille.dm" +<<<<<<< HEAD:vorestation.dme #include "code\game\objects\structures\handrail_vr.dm" +======= +#include "code\game\objects\structures\handrail.dm" +>>>>>>> 5a4cf24... Merge pull request #8109 from Woodratt/05252021_Bitsnbobs:polaris.dme #include "code\game\objects\structures\holoplant.dm" #include "code\game\objects\structures\inflatable.dm" #include "code\game\objects\structures\janicart.dm"