1
0
Fork 0

Reduce that weird long knockback on death

This commit is contained in:
Eliy21 2023-11-16 16:19:13 +00:00
parent 8cdf4bea7c
commit bb77e218ba
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ function mob_class:on_punch(hitter, tflp, tool_capabilities, dir)
local up = 2.75
if die==true then
kb=kb*2
kb=kb*1.25
end
-- if already in air then dont go up anymore when hit