]> git.lizzy.rs Git - xdecor.git/commit
Only Pickaxe is repairable.
authorAuke Kok <sofar@foo-projects.org>
Wed, 8 Feb 2017 03:49:45 +0000 (19:49 -0800)
committerAuke Kok <sofar@foo-projects.org>
Wed, 8 Feb 2017 04:07:51 +0000 (20:07 -0800)
commit7675d495c4a273f3f578ef45a10c44897c50286b
treeadffc4ec20936ebec4d963b639702a588290221a
parentf3aed9acf41e80b1c80339cb67de8b459c5f3652
Only Pickaxe is repairable.

Luacheck points out that:

```
Checking src/workbench.lua                        1 warning
    src/workbench.lua:74:2: loop is executed at most once
```

And this is correct, only the pickaxe is actually currently
repairable.

Returned the code to the previous (working) fashion.
src/workbench.lua