mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fixes the HE straight pipes into bent ones travesty.
This commit is contained in:
@@ -349,7 +349,7 @@ Buildable meters
|
|||||||
if(PIPE_HE_STRAIGHT, PIPE_HE_BENT)
|
if(PIPE_HE_STRAIGHT, PIPE_HE_BENT)
|
||||||
var/obj/machinery/atmospherics/pipe/simple/heat_exchanging/P = new ( src.loc )
|
var/obj/machinery/atmospherics/pipe/simple/heat_exchanging/P = new ( src.loc )
|
||||||
P.dir = src.dir
|
P.dir = src.dir
|
||||||
P.initialize_directions = 0
|
P.initialize_directions = pipe_dir //this var it's used to know if the pipe is bent or not
|
||||||
P.initialize_directions_he = pipe_dir
|
P.initialize_directions_he = pipe_dir
|
||||||
//var/turf/T = P.loc
|
//var/turf/T = P.loc
|
||||||
//P.level = T.intact ? 2 : 1
|
//P.level = T.intact ? 2 : 1
|
||||||
|
|||||||
Reference in New Issue
Block a user