mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Added a garbage collector implementation based on rumors from Goon and proc references in released gooncode.
And holy shit it's fast
This commit is contained in:
@@ -109,6 +109,8 @@
|
||||
//broadcast_status()
|
||||
if(!on)
|
||||
return 0
|
||||
// New GC does this sometimes
|
||||
if(!loc) return
|
||||
|
||||
|
||||
var/datum/gas_mixture/environment = loc.return_air()
|
||||
|
||||
Reference in New Issue
Block a user