mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user