Merge pull request #161 from Trilbyspaceclone/patch-4

Makes digging sand 1.5 times as fast
This commit is contained in:
Izac Joof Forsgren
2019-09-19 18:13:37 +02:00
committed by GitHub
+1 -1
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,40)) return
if(!do_after(user,30)) return //YAWN change 40 - > 30
to_chat(user, "<span class='notice'>You dug a hole.</span>")
GetDrilled()