This commit is contained in:
AnturK
2015-07-26 20:10:09 +02:00
parent fa35ae91d7
commit 198758e52d
+2
View File
@@ -458,6 +458,8 @@ var/global/list/rockTurfEdgeCache
..()
/turf/simulated/mineral/attack_alien(mob/living/carbon/alien/M)
M << "<span class='notice'>You start digging into the rock...</span>"
playsound(src, 'sound/effects/break_stone.ogg', 50, 1)
if(do_after(M,40, target = src))
M << "<span class='notice'>You tunnel into the rock.</span>"
gets_drilled(M)