Merge pull request #6237 from Fox-McCloud/no-pooling

Fires all Lifeguards, Bans Diving, and Forbids Swimming...
This commit is contained in:
Crazy Lemon
2017-01-26 03:48:35 -08:00
committed by GitHub
5 changed files with 2 additions and 131 deletions
@@ -87,7 +87,7 @@ obj/item/projectile/bullet/saw/incen/Move()
..()
var/turf/location = get_turf(src)
if(location)
PoolOrNew(/obj/effect/hotspot, location)
new /obj/effect/hotspot(location)
location.hotspot_expose(700, 50, 1)
/obj/item/projectile/bullet/saw/incen/on_hit(atom/target, blocked = 0)