VS: Move most/all overlay use to SSoverlays

This commit is contained in:
Aronai Sieyes
2021-06-17 00:14:31 -04:00
parent 1696db4842
commit 7ec0b43240
26 changed files with 75 additions and 77 deletions
@@ -44,10 +44,10 @@
// TODO - Make these in actual icon states so its not silly like this
var/image/I = image(icon = icon, icon_state = "algae-pipe-overlay", dir = dir)
I.color = PIPE_COLOR_BLUE
overlays += I
add_overlay(I)
I = image(icon = icon, icon_state = "algae-pipe-overlay", dir = reverse_dir[dir])
I.color = PIPE_COLOR_BLACK
overlays += I
add_overlay(I)
/obj/machinery/atmospherics/binary/algae_farm/Destroy()
. = ..()