mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] visual fix for bridge pipe and color adapter (#4772)
* visual fix for bridge pipe and color adapter (#58204) fixes bridge pipe and color adapter connector pipes being messed up due to a double shift * visual fix for bridge pipe and color adapter Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
for(var/i in 1 to device_type)
|
||||
if(!nodes[i])
|
||||
continue
|
||||
var/image/pipe = getpipeimage('icons/obj/atmospherics/pipes/manifold.dmi', "pipe-[piping_layer]", get_dir(src, nodes[i]))
|
||||
var/image/pipe = getpipeimage('icons/obj/atmospherics/pipes/manifold.dmi', "pipe-3", get_dir(src, nodes[i]))
|
||||
PIPING_LAYER_DOUBLE_SHIFT(pipe, piping_layer)
|
||||
pipe.layer = layer + 0.01
|
||||
. += pipe
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
for(var/i in 1 to device_type)
|
||||
if(!nodes[i])
|
||||
continue
|
||||
var/image/pipe = getpipeimage('icons/obj/atmospherics/pipes/manifold.dmi', "pipe-[piping_layer]", get_dir(src, nodes[i]), nodes[i].pipe_color)
|
||||
var/image/pipe = getpipeimage('icons/obj/atmospherics/pipes/manifold.dmi', "pipe-3", get_dir(src, nodes[i]), nodes[i].pipe_color)
|
||||
PIPING_LAYER_DOUBLE_SHIFT(pipe, piping_layer)
|
||||
pipe.layer = layer + 0.01
|
||||
. += pipe
|
||||
|
||||
Reference in New Issue
Block a user