This commit is contained in:
Trilbyspaceclone
2019-09-19 08:12:52 -04:00
committed by GitHub
parent 3c54fee611
commit 2c36ce3e21

View File

@@ -341,7 +341,7 @@ turf/simulated/mineral/floor/light_corner
to_chat(user, "<span class='notice'>You start digging.</span>")
playsound(user.loc, 'sound/effects/rustle1.ogg', 50, 1)
if(!do_after(user,20)) return //YAWN change 40 - > 20
if(!do_after(user,30)) return //YAWN change 40 - > 30
to_chat(user, "<span class='notice'>You dug a hole.</span>")
GetDrilled()