Skip to content

Commit

Permalink
bugfix: Atmos fog no longer forbids actions upon objects (ss220-space…
Browse files Browse the repository at this point in the history
…#5014)

* bugfix: Atmos fog is no longer forbids actions upon objects

* Update code/controllers/subsystem/air.dm

Co-authored-by: Den109G <[email protected]>

---------

Co-authored-by: Den109G <[email protected]>
  • Loading branch information
Vladisvell and Den109G authored May 6, 2024
1 parent 32e1a41 commit cc7b8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/air.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cc7b8fd

Please sign in to comment.