mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fix crystallizer pipe connectors missing (#89345)
## About The Pull Request Fixed a visual bug wherein the crystallizer wouldn't show the two pipe connectors it has when there was no pipe connected to them. | Before | After | --------|-------- |  |  | ## Why It's Good For The Game Bug fix is nice ## Changelog 🆑 fix: Fixed the crystallizer missing pipe connectors /🆑
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/crystallizer/update_overlays()
|
||||
. = ..()
|
||||
cut_overlays()
|
||||
var/mutable_appearance/pipe_appearance1 = mutable_appearance('icons/obj/pipes_n_cables/pipe_underlays.dmi', "intact_[dir]_[piping_layer]", layer = GAS_SCRUBBER_LAYER)
|
||||
pipe_appearance1.color = COLOR_LIME
|
||||
var/mutable_appearance/pipe_appearance2 = mutable_appearance('icons/obj/pipes_n_cables/pipe_underlays.dmi', "intact_[REVERSE_DIR(dir)]_[piping_layer]", layer = GAS_SCRUBBER_LAYER)
|
||||
|
||||
Reference in New Issue
Block a user