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:
Rob Nelson
2014-01-29 03:08:00 -08:00
parent 057b10bb22
commit cc66747f94
72 changed files with 244 additions and 184 deletions

View File

@@ -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()