1
0
Fork 0

Reduce that unnaturally long knockback on second hit after a full cooldown

This commit is contained in:
Eliy21 2023-11-18 05:33:15 +00:00
parent 1d8e6c32d5
commit 28e157210f
1 changed files with 1 additions and 1 deletions

View File

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