From cc7b8fdffff01b91fab1498cf201ba35a368b0ba Mon Sep 17 00:00:00 2001 From: Vladisvell <73733747+Vladisvell@users.noreply.github.com> Date: Mon, 6 May 2024 17:08:23 +0500 Subject: [PATCH] bugfix: Atmos fog no longer forbids actions upon objects (#5014) * bugfix: Atmos fog is no longer forbids actions upon objects * Update code/controllers/subsystem/air.dm Co-authored-by: Den109G <87372121+Den109G@users.noreply.github.com> --------- Co-authored-by: Den109G <87372121+Den109G@users.noreply.github.com> --- 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 7eddde0c636..272bab13789 100644 --- a/code/controllers/subsystem/air.dm +++ b/code/controllers/subsystem/air.dm @@ -404,7 +404,7 @@ SUBSYSTEM_DEF(air) anchored = TRUE // should only appear in vis_contents, but to be safe layer = FLY_LAYER appearance_flags = TILE_BOUND | RESET_TRANSFORM | RESET_COLOR - vis_flags = VIS_INHERIT_ID // Resets vision flags inherited from parent objects + vis_flags = NONE // Resets vision flags inherited from parent objects /obj/effect/overlay/turf/plasma icon_state = "plasma"