mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Merge pull request #4690 from Woodratt/01312018_SC_Stationmapfixes
Further Map Fixes and Adjustments
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/obj/structure/dogbed
|
||||
name = "dog bed"
|
||||
desc = "A bed made especially for dogs, or other similarly sized pets."
|
||||
icon = 'icons/obj/furniture.dmi'
|
||||
icon_state = "dogbed"
|
||||
can_buckle = 1
|
||||
buckle_dir = SOUTH
|
||||
buckle_lying = 1
|
||||
@@ -156,6 +156,9 @@
|
||||
|
||||
/obj/structure/sign/warning/docking_area
|
||||
name = "\improper KEEP CLEAR: DOCKING AREA"
|
||||
|
||||
/obj/structure/sign/warning/evac
|
||||
name = "\improper KEEP CLEAR: EVAC DOCKING AREA"
|
||||
icon_state = "evac"
|
||||
|
||||
/obj/structure/sign/warning/engineering_access
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
File diff suppressed because it is too large
Load Diff
@@ -1015,6 +1015,7 @@
|
||||
#include "code\game\objects\structures\coathanger.dm"
|
||||
#include "code\game\objects\structures\curtains.dm"
|
||||
#include "code\game\objects\structures\displaycase.dm"
|
||||
#include "code\game\objects\structures\dogbed.dm"
|
||||
#include "code\game\objects\structures\door_assembly.dm"
|
||||
#include "code\game\objects\structures\electricchair.dm"
|
||||
#include "code\game\objects\structures\extinguisher.dm"
|
||||
|
||||
Reference in New Issue
Block a user