mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-24 05:26:37 +01:00
Something about scrubbing space turfs
This commit is contained in:
@@ -72,6 +72,9 @@
|
|||||||
/turf/open/space/Assimilate_Air()
|
/turf/open/space/Assimilate_Air()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
/turf/open/space/remove_air(amount)
|
||||||
|
return null
|
||||||
|
|
||||||
/turf/open/space/proc/update_starlight()
|
/turf/open/space/proc/update_starlight()
|
||||||
if(CONFIG_GET(flag/starlight))
|
if(CONFIG_GET(flag/starlight))
|
||||||
for(var/t in RANGE_TURFS(1,src)) //RANGE_TURFS is in code\__HELPERS\game.dm
|
for(var/t in RANGE_TURFS(1,src)) //RANGE_TURFS is in code\__HELPERS\game.dm
|
||||||
|
|||||||
Reference in New Issue
Block a user