From 45087794c995dd2f985fab8f6cd65af0a4166b44 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Thu, 18 Feb 2021 16:09:08 +0000 Subject: [PATCH] Ceiling removal removal (#15547) --- code/game/turfs/simulated/floor/chasm.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/game/turfs/simulated/floor/chasm.dm b/code/game/turfs/simulated/floor/chasm.dm index 26921ba9ffd..7c1464b92a4 100644 --- a/code/game/turfs/simulated/floor/chasm.dm +++ b/code/game/turfs/simulated/floor/chasm.dm @@ -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("The ceiling gives way!") - playsound(T, 'sound/effects/break_stone.ogg', 50, 1) /turf/simulated/floor/chasm/straight_down/lava_land_surface oxygen = 14