diff --git a/mods/shooter/crossbow.lua b/mods/shooter/crossbow.lua index 24bd3c6..de7b949 100644 --- a/mods/shooter/crossbow.lua +++ b/mods/shooter/crossbow.lua @@ -1,5 +1,5 @@ SHOOTER_CROSSBOW_USES = 50 -SHOOTER_ARROW_TOOL_CAPS = {damage_groups={fleshy=7}} +SHOOTER_ARROW_TOOL_CAPS = {damage_groups={fleshy=2}} SHOOTER_ARROW_LIFETIME = 180 -- 3 minutes minetest.register_alias("shooter:arrow", "shooter:arrow_white")