mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
praise the good lord, for the game finally compiles
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
var/list/map = mother.map
|
||||
for(var/turf/T in map)
|
||||
SSair.remove_from_active(T)
|
||||
for(var/turf/T in map)
|
||||
for(var/turf/open/T in map)
|
||||
if(T.air)
|
||||
T.air.copy_from_turf(T)
|
||||
SSair.add_to_active(T)
|
||||
|
||||
Reference in New Issue
Block a user