[MIRROR] [Port] Sanitizes layer manifolds SetInitDirections() (#2145)

* manifolds (#55455)

* [Port] Sanitizes layer manifolds SetInitDirections()

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-12 17:25:20 +00:00
committed by GitHub
co-authored by Ghilker
parent 988622a270
commit 28f55e6ff0
@@ -70,9 +70,9 @@
/obj/machinery/atmospherics/pipe/layer_manifold/SetInitDirections()
switch(dir)
if(NORTH || SOUTH)
if(NORTH, SOUTH)
initialize_directions = NORTH|SOUTH
if(EAST || WEST)
if(EAST, WEST)
initialize_directions = EAST|WEST
/obj/machinery/atmospherics/pipe/layer_manifold/isConnectable(obj/machinery/atmospherics/target, given_layer)