From 932e21c521c4222d2313028d7b332929070725c0 Mon Sep 17 00:00:00 2001
From: Calinou <calinou@opmbx.org>
Date: Sat, 24 Jan 2015 20:06:37 +0100
Subject: [PATCH] Add missing commas.

---
 init.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.lua b/init.lua
index 02393d2..9a4cac1 100644
--- a/init.lua
+++ b/init.lua
@@ -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",
-- 
GitLab