From 143f199745d174f042a51af609438bfe929bde4e Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:27:14 -0400 Subject: [PATCH] Gas is gas (#20810) --- code/controllers/subsystem/air.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm index 61b24e84d1a..63f5e0854f9 100644 --- a/code/controllers/subsystem/air.dm +++ b/code/controllers/subsystem/air.dm @@ -386,7 +386,7 @@ SUBSYSTEM_DEF(air) mouse_opacity = MOUSE_OPACITY_TRANSPARENT anchored = TRUE // should only appear in vis_contents, but to be safe layer = FLY_LAYER - appearance_flags = TILE_BOUND | RESET_TRANSFORM + appearance_flags = TILE_BOUND | RESET_TRANSFORM | RESET_COLOR /obj/effect/overlay/turf/plasma icon_state = "plasma"