From e12ae2711f8428717477f285f1acc948675d03fd Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Mon, 20 May 2013 12:19:42 +0200 Subject: [PATCH] Fix typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f22e266..9fe3005 100644 --- a/init.lua +++ b/init.lua @@ -55,7 +55,7 @@ boom = function(pos, time) local damage = (80*0.5^dist)*2 obj:punch(obj, 1.0, { full_punch_interval=1.0, - damage_grups={fleshy=damage}, + damage_groups={fleshy=damage}, }, vec) end end