Misc Bits

This commit is contained in:
Atermonera
2021-05-29 14:43:31 -04:00
committed by VirgoBot
parent b6b015d4a2
commit d7ddd0bc54
4 changed files with 12 additions and 0 deletions
+8
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

+4
View File
@@ -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"