Removes the Rest of Pooled Objects

This commit is contained in:
Fox-McCloud
2015-10-08 14:18:40 -04:00
parent 09c0f235e6
commit 5c512793b9
8 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
if(T)
if(flame_dist && prob(40) && !istype(T, /turf/space) && !T.density)
PoolOrNew(/obj/effect/hotspot, T) //Mostly for ambience!
new /obj/effect/hotspot(T) //Mostly for ambience!
if(dist > 0)
for(var/atom_movable in T.contents) //bypass type checking since only atom/movable can be contained by turfs anyway
var/atom/movable/AM = atom_movable