Closes the Pool. (#23150)

* Delete pool.dm

* Removes usage of PoolOrNew

* Wrap up
This commit is contained in:
Kyle Spier-Swenson
2017-01-22 16:00:23 -05:00
committed by KorPhaeron
parent a81ea1e73b
commit 12570805bd
127 changed files with 297 additions and 516 deletions
@@ -19,8 +19,7 @@ would spawn and follow the beaker, even if it is carried or thrown.
/obj/effect/particle_effect/Destroy()
if(ticker)
cameranet.updateVisibility(src)
..()
return QDEL_HINT_PUTINPOOL
. = ..()
/datum/effect_system
var/number = 3
@@ -57,7 +56,7 @@ would spawn and follow the beaker, even if it is carried or thrown.
/datum/effect_system/proc/generate_effect()
if(holder)
location = get_turf(holder)
var/obj/effect/E = PoolOrNew(effect_type, location)
var/obj/effect/E = new effect_type(location)
total_effects++
var/direction
if(cardinals)