mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Map tweaks (#2923)
changes: Crusher's ladder now properly has an openturf under it. Made some aesthetic adjustments to the engine's cooling radiator.
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
desc = "A catwalk for easier EVA maneuvering."
|
||||
icon = 'icons/obj/smooth/catwalk.dmi'
|
||||
icon_state = "catwalk"
|
||||
smooth = SMOOTH_TRUE
|
||||
canSmoothWith = null
|
||||
smooth = SMOOTH_MORE
|
||||
canSmoothWith = list(/obj/structure/lattice/catwalk)
|
||||
|
||||
// Special catwalk that can be placed on regular flooring.
|
||||
/obj/structure/lattice/catwalk/indoor
|
||||
|
||||
@@ -262,6 +262,16 @@
|
||||
/obj/machinery/atmospherics/pipe/zpipe/down/cyan
|
||||
color = PIPE_COLOR_CYAN
|
||||
|
||||
/obj/machinery/atmospherics/pipe/zpipe/up/black
|
||||
color = PIPE_COLOR_BLACK
|
||||
/obj/machinery/atmospherics/pipe/zpipe/down/black
|
||||
color = PIPE_COLOR_BLACK
|
||||
|
||||
/obj/machinery/atmospherics/pipe/zpipe/up/green
|
||||
color = PIPE_COLOR_GREEN
|
||||
/obj/machinery/atmospherics/pipe/zpipe/down/green
|
||||
color = PIPE_COLOR_GREEN
|
||||
|
||||
/obj/machinery/atmospherics/pipe/zpipe/up/red
|
||||
color = PIPE_COLOR_RED
|
||||
/obj/machinery/atmospherics/pipe/zpipe/down/red
|
||||
|
||||
Reference in New Issue
Block a user