Something about scrubbing space turfs

This commit is contained in:
Archie
2021-06-28 03:29:49 -03:00
parent 0e7f72f696
commit cd92d19ca6

View File

@@ -72,6 +72,9 @@
/turf/open/space/Assimilate_Air()
return
/turf/open/space/remove_air(amount)
return null
/turf/open/space/proc/update_starlight()
if(CONFIG_GET(flag/starlight))
for(var/t in RANGE_TURFS(1,src)) //RANGE_TURFS is in code\__HELPERS\game.dm