Explosions and singulo use spiral range (and other changes)

This commit is contained in:
MrStonedOne
2016-03-15 03:39:41 -07:00
parent 257d3eb701
commit 09fb8c2b10
14 changed files with 99 additions and 43 deletions
@@ -186,7 +186,7 @@
/datum/effect_system/smoke_spread/freezing/start()
if(blast)
for(var/turf/T in trange(2, location))
for(var/turf/T in RANGE_TURFS(2, location))
Chilled(T)
..()