mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Misc Bits
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user