Skip to content

Commit

Permalink
bugfix: Atmos themes are now rendered correctly (ss220-space#5008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored May 4, 2024
1 parent e769ceb commit 32e1a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

/obj/effect/overlay/turf/plasma
icon_state = "plasma"
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/effects/overlays.dm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32e1a41

Please sign in to comment.