Adds multilayer pipe subtypes for mapping (#37341)

* adds multilayer pipe subtypes for mapping

* replaces values with defines
This commit is contained in:
81Denton
2018-04-23 10:33:20 -05:00
committed by CitadelStationBot
parent 3044f3ad3a
commit 8fdc520031
18 changed files with 1069 additions and 0 deletions
@@ -25,6 +25,16 @@ Passive gate is similar to the regular pump except:
construction_type = /obj/item/pipe/directional
pipe_state = "passivegate"
/obj/machinery/atmospherics/components/binary/passive_gate/layer1
piping_layer = PIPING_LAYER_MIN
pixel_x = -PIPING_LAYER_P_X
pixel_y = -PIPING_LAYER_P_Y
/obj/machinery/atmospherics/components/binary/passive_gate/layer3
piping_layer = PIPING_LAYER_MAX
pixel_x = PIPING_LAYER_P_X
pixel_y = PIPING_LAYER_P_Y
/obj/machinery/atmospherics/components/binary/passive_gate/Destroy()
SSradio.remove_object(src,frequency)