Ceiling removal removal (#15547)

This commit is contained in:
SabreML
2021-02-18 16:09:08 +00:00
committed by GitHub
parent 0c283f6008
commit 45087794c9
-4
View File
@@ -131,10 +131,6 @@
drop_x = x
drop_y = y
drop_z = z - 1
var/turf/T = locate(drop_x, drop_y, drop_z)
if(T)
T.visible_message("<span class='boldwarning'>The ceiling gives way!</span>")
playsound(T, 'sound/effects/break_stone.ogg', 50, 1)
/turf/simulated/floor/chasm/straight_down/lava_land_surface
oxygen = 14