Misc items

Misc bits for the new map.

- Another statue sprite.
- Shuttle handrails that can be buckled into.
This commit is contained in:
Woodratt
2021-05-25 12:35:12 -07:00
parent 9667dad5ba
commit 427729942d
4 changed files with 9 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

+1
View File
@@ -1224,6 +1224,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.dm"
#include "code\game\objects\structures\holoplant.dm"
#include "code\game\objects\structures\inflatable.dm"
#include "code\game\objects\structures\janicart.dm"