mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Fix gas overlays (#17735)
* Fix gas overlays not working * Make gas_data a GLOB * Just get rid of this entire cursed Initialize proc
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
to_chat(usr, "\[3/5\] - All ZAS Zones removed.")
|
||||
|
||||
var/list/unsorted_overlays = list()
|
||||
for(var/id in gas_data.tile_overlay)
|
||||
unsorted_overlays |= gas_data.tile_overlay[id]
|
||||
for(var/id in GLOB.gas_data.tile_overlay)
|
||||
unsorted_overlays |= GLOB.gas_data.tile_overlay[id]
|
||||
|
||||
|
||||
for(var/turf/simulated/T in world)
|
||||
|
||||
Reference in New Issue
Block a user