Merge pull request #4739 from VOREStation/upstream-merge-5924

[MIRROR] Stairs go up
This commit is contained in:
Novacat
2019-03-28 17:55:27 -04:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -130,7 +130,7 @@
density = 0 density = 0
opacity = 0 opacity = 0
anchored = 1 anchored = 1
layer = 2.4 // Above turf, but they're sort of the floor, so below objects. flags = ON_BORDER
/obj/structure/stairs/Initialize() /obj/structure/stairs/Initialize()
. = ..() . = ..()
@@ -182,4 +182,4 @@
/obj/structure/stairs/west /obj/structure/stairs/west
dir = WEST dir = WEST
bound_width = 64 bound_width = 64

View File

@@ -0,0 +1,4 @@
author: Atermonera
delete-after: True
changes
- bugfix: "Stairs have been straightened and now connect to both the heavens and hells, formerly just the hells."