parent
59d199a7a5
commit
ad6eaa6247
2 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 5593df448fbb8a74478c54ad2e4e3755ffa51ce9
|
Subproject commit 777cfe8b24c8a843a985a073f2d998098958dacc
|
|
@ -94,7 +94,7 @@ shooter.blast = function(pos, radius, fleshy, distance, user)
|
||||||
shooter.punch_object(obj, {
|
shooter.punch_object(obj, {
|
||||||
full_punch_interval = 1.0,
|
full_punch_interval = 1.0,
|
||||||
damage_groups = {fleshy=damage},
|
damage_groups = {fleshy=damage},
|
||||||
}, nil, true)
|
}, nil, true, user)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -131,5 +131,4 @@ shooter.blast = function(pos, radius, fleshy, distance, user)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
minetest.registered_entities["shooter_crossbow:arrow_entity"].collide_with_objects = false
|
minetest.registered_entities["shooter_crossbow:arrow_entity"].collide_with_objects = false
|
||||||
|
|
Loading…
Reference in a new issue