[MIRROR] Replace some turf in range() with RANGETURFS and fix(?) bspace trauma (#4070)

* Replace some turf in range() with RANGETURFS and fix(?) bspace trauma (#57566)

* Replace some turf in range() with RANGETURFS and fix(?) bspace trauma

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-03-11 13:44:28 +01:00
committed by GitHub
co-authored by TiviPlus
parent adf3a9ba9a
commit e85f8a4486
19 changed files with 35 additions and 36 deletions
@@ -94,7 +94,7 @@ GLOBAL_LIST_INIT(tendrils, list())
shake_camera(M, 15, 1)
playsound(get_turf(src),'sound/effects/explosionfar.ogg', 200, TRUE)
visible_message("<span class='boldannounce'>The tendril falls inward, the ground around it widening into a yawning chasm!</span>")
for(var/turf/T in range(2,src))
for(var/turf/T in RANGE_TURFS(2,src))
if(!T.density)
T.TerraformTurf(/turf/open/chasm/lavaland, /turf/open/chasm/lavaland, flags = CHANGETURF_INHERIT_AIR)
qdel(src)