forked from VoxeLibre/VoxeLibre
Reduce that weird long knockback on death
This commit is contained in:
parent
8cdf4bea7c
commit
bb77e218ba
|
@ -685,7 +685,7 @@ function mob_class:on_punch(hitter, tflp, tool_capabilities, dir)
|
||||||
local up = 2.75
|
local up = 2.75
|
||||||
|
|
||||||
if die==true then
|
if die==true then
|
||||||
kb=kb*2
|
kb=kb*1.25
|
||||||
end
|
end
|
||||||
|
|
||||||
-- if already in air then dont go up anymore when hit
|
-- if already in air then dont go up anymore when hit
|
||||||
|
|
Loading…
Reference in New Issue