Skip to content

Commit

Permalink
Revert "replaces chasm spawn from tendrils with lava (#17340)"
Browse files Browse the repository at this point in the history
This reverts commit d0abdd2.
  • Loading branch information
MajManatee committed Jan 31, 2023
1 parent 69ea66f commit 5028f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/lavaland/necropolis_tendril.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5028f50

Please sign in to comment.