master
D00Med 2017-02-08 07:00:47 +10:00
parent 250f0c8e6a
commit 1d6a6a4c00
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ minetest.register_entity("vehicles:bullet", {
if obj:get_luaentity().name ~= "vehicles:bullet" and obj ~= self.vehicle and obj:get_luaentity().name ~= "__builtin:item" then
obj:punch(self.launcher, 1.0, {
full_punch_interval=1.0,
damage_groups={fleshy=7},
damage_groups={fleshy=5},
}, nil)
self.object:remove()
end