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
+1 -1
View File
@@ -188,7 +188,7 @@
used = TRUE
sleep(50)
var/clear = TRUE
for(var/unclear in trange(3, src))
for(var/unclear in RANGE_TURFS(3, src))
var/turf/T = unclear
if(istype(T, /turf/simulated/mineral) || !T.density)
continue