Skip to content
Snippets Groups Projects
Commit a670fddd authored by dg's avatar dg
Browse files

Diggers should be instantly usale even at high speed

git-svn-id: http://svn.net-core.org/repos/t-engine4@6826 51575b47-30f0-44d4-a5cc-537603b46e54
parent 797daba7
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ newEntity{
add_name = " (#DIGSPEED#)",
max_power = 1, power_regen = 1,
use_power = { name = "dig a wall, cut a tree, ...", power = 1, use = function(self, who)
use_power = { name = "dig a wall, cut a tree, ...", power = 0, use = function(self, who)
local tg = {type="bolt", range=1, nolock=true}
local x, y = who:getTarget(tg)
if not x or not y then return nil end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment