Chasms will alert mobs below them when they form

This commit is contained in:
CitadelStationBot
2017-08-30 17:06:38 -05:00
parent 93647d77ad
commit e70b6ceb33
+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