mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes unconnected Thermomachine pipe being invisible (#92720)
## About The Pull Request - Fixes #92700
This commit is contained in:
@@ -126,9 +126,8 @@
|
||||
|
||||
/obj/machinery/atmospherics/components/unary/thermomachine/update_overlays()
|
||||
. = ..()
|
||||
var/mutable_appearance/thermo_overlay = new(icon)
|
||||
var/image/pipe = get_pipe_image(thermo_overlay, "pipe", dir, pipe_color, piping_layer)
|
||||
pipe.appearance_flags |= RESET_COLOR|KEEP_APART
|
||||
var/image/pipe = get_pipe_image('icons/obj/machines/atmospherics/thermomachine.dmi', "pipe", dir, pipe_color, piping_layer)
|
||||
pipe.appearance_flags |= RESET_COLOR | KEEP_APART
|
||||
. += pipe
|
||||
|
||||
/obj/machinery/atmospherics/components/unary/thermomachine/examine(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user