From 32e1a41c520bf66eabf6261c5f56ebc25c7b3033 Mon Sep 17 00:00:00 2001 From: Vladisvell <73733747+Vladisvell@users.noreply.github.com> Date: Sat, 4 May 2024 18:26:08 +0500 Subject: [PATCH] bugfix: Atmos themes are now rendered correctly (#5008) --- code/controllers/subsystem/air.dm | 2 +- code/game/objects/effects/overlays.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm index 994d8f0bccb..7eddde0c636 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 /obj/effect/overlay/turf/plasma icon_state = "plasma" diff --git a/code/game/objects/effects/overlays.dm b/code/game/objects/effects/overlays.dm index abf62b88a03..2168fabe8a3 100644 --- a/code/game/objects/effects/overlays.dm +++ b/code/game/objects/effects/overlays.dm @@ -1,6 +1,6 @@ /obj/effect/overlay name = "overlay" - var/i_attached//Added for possible image attachments to objects. For hallucinations and the like. + var/i_attached //Added for possible image attachments to objects. For hallucinations and the like. /obj/effect/overlay/singularity_act() return