mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Changes to layering of underfloor stuff:
- Disposal pipes are on layer 2.3 - Pipes and manifolds are on layer 2.4 - Cables are on layer 2.44 - Unary atmospherics stuff (vent pumps, scrubbers) are on layer 2.45 - Nav beacons, bluespace beacons and such things are on layer 2.5 It means that pipes appear below cables and git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3097 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/obj/machinery/atmospherics/unary
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
layer = 2.45
|
||||
|
||||
var/datum/gas_mixture/air_contents
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
desc = "Has a valve and pump attached to it"
|
||||
|
||||
level = 1
|
||||
layer = TURF_LAYER
|
||||
var/area_uid
|
||||
var/id_tag = null
|
||||
power_channel = ENVIRON
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
desc = "Has a valve and pump attached to it"
|
||||
|
||||
level = 1
|
||||
layer = TURF_LAYER
|
||||
|
||||
var/id_tag = null
|
||||
var/frequency = 1439
|
||||
|
||||
Reference in New Issue
Block a user