mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Merge pull request #15693 from mafemergency/fix_tile_atmos_overlay
fixes tile atmos overlays going invisible
This commit is contained in:
@@ -273,6 +273,7 @@
|
||||
var/atmos_overlay = get_atmos_overlay_by_name(atmos_overlay_type)
|
||||
if(atmos_overlay)
|
||||
vis_contents -= atmos_overlay
|
||||
atmos_overlay_type = null
|
||||
|
||||
atmos_overlay = get_atmos_overlay_by_name(new_overlay_type)
|
||||
if(atmos_overlay)
|
||||
|
||||
Reference in New Issue
Block a user