mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Explosions and singulo use spiral range (and other changes)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user