Dig faster

master
Ciaran Gultnieks 2014-11-15 14:12:52 +00:00
parent a954a9f5b8
commit ecf329e741
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ people.actions.dig = function(state)
state.anim = "mine"
if not state.action.digtime then
state.action.digtime = 2
state.action.digtime = 1
return false
end