master
PilzAdam 2013-05-20 12:19:42 +02:00
parent dc0d3f6700
commit e12ae2711f
1 changed files with 1 additions and 1 deletions

View File

@ -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