Merge pull request #30266

This commit is contained in:
Cyberboss
2017-08-30 18:03:44 -04:00
+3
View File
@@ -133,6 +133,9 @@
drop_y = y
if(z+1 <= world.maxz)
drop_z = z+1
var/turf/T = locate(drop_x, drop_y, drop_z)
T.visible_message("<span class='boldwarning'>The ceiling gives way!</span>")
playsound(T, 'sound/effects/break_stone.ogg', 50, 1)
/turf/open/chasm/straight_down/lava_land_surface