mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-10 17:19:35 +01:00
Rebalance minimum pvp knockback to account for added knockbacks when moving
This commit is contained in:
parent
ed507d8509
commit
49af5d2013
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ function minetest.calculate_knockback(player, hitter, time_from_last_punch, tool
|
||||||
})
|
})
|
||||||
-- add minimum knockback
|
-- add minimum knockback
|
||||||
if knockback <= 1.5 then
|
if knockback <= 1.5 then
|
||||||
knockback = knockback + 6
|
knockback = knockback + 4.5
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- add player velocity to knockback
|
-- add player velocity to knockback
|
||||||
|
|
Loading…
Reference in a new issue