mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Ceiling removal removal (#15547)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user