mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
TG: 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 Disposal piping > Pipes > Cables > Vents/scrubbers > Beacons & stuff Revision: r3097 Author: baloh.matevz
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/obj/machinery/atmospherics/unary
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
layer = TURF_LAYER+0.1
|
||||
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@ obj/machinery/atmospherics/pipe
|
||||
var/volume = 0
|
||||
var/force = 20
|
||||
|
||||
layer = 2.4 //under wires with their 2.5
|
||||
layer = 2.4 //under wires with their 2.44
|
||||
|
||||
var/alert_pressure = 80*ONE_ATMOSPHERE
|
||||
//minimum pressure before check_pressure(...) should be called
|
||||
@@ -605,6 +605,7 @@ obj/machinery/atmospherics/pipe
|
||||
var/obj/machinery/atmospherics/node3
|
||||
|
||||
level = 1
|
||||
layer = 2.4 //under wires with their 2.44
|
||||
|
||||
New()
|
||||
switch(dir)
|
||||
|
||||
Reference in New Issue
Block a user