mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes Point Verdant Code and Mapping Issues (#18448)
* AAAAHHHH * retracts changes
This commit is contained in:
@@ -73,6 +73,24 @@
|
||||
layer = 2.01
|
||||
opacity = 1
|
||||
|
||||
/obj/structure/stairs/urban/right
|
||||
dir = EAST
|
||||
bound_width = 64
|
||||
bound_x = -32
|
||||
|
||||
/obj/structure/stairs/urban/left
|
||||
dir = WEST
|
||||
bound_width = 64
|
||||
|
||||
/obj/structure/stairs/urban/north
|
||||
dir = NORTH
|
||||
bound_height = 64
|
||||
bound_y = -32
|
||||
|
||||
/obj/structure/stairs/urban/south
|
||||
dir = SOUTH
|
||||
bound_height = 64
|
||||
|
||||
/obj/structure/stairs/urban/road_ramp
|
||||
name = "inclined asphalt ramp"
|
||||
desc = "A solid asphalt ramp to allow your vehicle to traverse inclines with ease."
|
||||
@@ -80,10 +98,22 @@
|
||||
layer = 2.02
|
||||
|
||||
/obj/structure/stairs/urban/road_ramp/right
|
||||
icon_state = "road-ramp-right"
|
||||
dir = EAST
|
||||
bound_width = 64
|
||||
bound_x = -32
|
||||
|
||||
/obj/structure/stairs/urban/road_ramp/left
|
||||
icon_state = "road-ramp-left"
|
||||
dir = WEST
|
||||
bound_width = 64
|
||||
|
||||
/obj/structure/stairs/urban/road_ramp/north
|
||||
dir = NORTH
|
||||
bound_height = 64
|
||||
bound_y = -32
|
||||
|
||||
/obj/structure/stairs/urban/road_ramp/south
|
||||
dir = SOUTH
|
||||
bound_height = 64
|
||||
|
||||
/obj/structure/closet/crate/bin/urban
|
||||
name = "tall garbage can"
|
||||
|
||||
Reference in New Issue
Block a user