Merge pull request #2569 from Citadel-Station-13/upstream-merge-30266
[MIRROR] Chasms will alert mobs below them when they form
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user