mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 07:08:22 +01:00
Misc items
Misc bits for the new map. - Another statue sprite. - Shuttle handrails that can be buckled into.
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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user