Updates the atom_pool, now datum_pool, to handle any datum object.

Makes the garbage collector similarly robust. Continues the whole Destroy/qdel porting.
This commit is contained in:
PsiOmega
2015-04-24 09:59:05 +02:00
parent a3fb012332
commit 1ae0ad6d92
579 changed files with 6034 additions and 6004 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
spell.anchored = 1
spell.density = 0
spawn(overlay_lifespan)
del(spell)
qdel(spell)
return valid_targets
/spell/proc/after_cast(list/targets)