forked from VoxeLibre/VoxeLibre
Reduce that unnaturally long knockback on second hit after a full cooldown
This commit is contained in:
parent
1d8e6c32d5
commit
28e157210f
|
@ -711,7 +711,7 @@ function mob_class:on_punch(hitter, tflp, tool_capabilities, dir)
|
|||
if tool_capabilities.damage_groups["knockback"] then
|
||||
kb = tool_capabilities.damage_groups["knockback"]
|
||||
else
|
||||
kb = kb * 2.5
|
||||
kb = kb * 1.25
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue