Revert "replaces chasm spawn from tendrils with lava (#17340)" (#17720)

This reverts commit d0abdd2d33.
This commit is contained in:
Manatee
2023-02-11 10:19:59 -06:00
committed by GitHub
parent 0679f56ea6
commit 738aac2d74

View File

@@ -85,8 +85,8 @@ GLOBAL_LIST_INIT(tendrils, list())
for(var/mob/M in range(7,src))
shake_camera(M, 15, 1)
playsound(get_turf(src),'sound/effects/explosionfar.ogg', 200, 1)
visible_message(span_boldannounce("The tendril falls inward, the ground around it churning into bubbling lava!"))
visible_message(span_boldannounce("The tendril falls inward, the ground around it widening into a yawning chasm!"))
for(var/turf/T in range(2,src))
if(!T.density)
T.TerraformTurf(/turf/open/lava/smooth/lava_land_surface, /turf/open/lava/smooth/lava_land_surface, flags = CHANGETURF_INHERIT_AIR)
T.TerraformTurf(/turf/open/chasm/lavaland, /turf/open/chasm/lavaland, flags = CHANGETURF_INHERIT_AIR)
qdel(src)