diff options
author | Calinou <calinou@opmbx.org> | 2015-01-24 20:06:37 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-01-24 20:06:37 +0100 |
commit | 932e21c521c4222d2313028d7b332929070725c0 (patch) | |
tree | 8bdb6e018a1033b58b0e62d145a2ce2090097a01 /init.lua | |
parent | 31805dc74e650e345ba17a503c6d5b956507c2fc (diff) |
Add missing commas.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -256,7 +256,7 @@ local oredefs = { fleshy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1}, snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1}, choppy = {times = {[3] = 0.80}, uses = 100, maxlevel= 0} - } + }, }, full_punch_interval = 1.0, damage_groups = {fleshy = 6}, @@ -270,7 +270,7 @@ local oredefs = { height_min = moreores_tin_min_depth, height_max = moreores_tin_max_depth }, - tools = {} + tools = {}, }, mithril = { description = "Mithril", |