mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 00:21:07 +01:00
decrease damage animspeed
This commit is contained in:
parent
c3425a69b1
commit
3557f02b8f
2 changed files with 1 additions and 4 deletions
|
@ -232,9 +232,6 @@ minetest.register_globalstep(function(dtime)
|
||||||
local velocity = player:get_velocity() or player:get_player_velocity()
|
local velocity = player:get_velocity() or player:get_player_velocity()
|
||||||
|
|
||||||
local mod_speed = 5
|
local mod_speed = 5
|
||||||
if player:get_meta():get("punched") and tonumber(player:get_meta():get("punched")) > 0 then
|
|
||||||
mod_speed = 10
|
|
||||||
end
|
|
||||||
-- Apply animations based on what the player is doing
|
-- Apply animations based on what the player is doing
|
||||||
if player:get_hp() == 0 then
|
if player:get_hp() == 0 then
|
||||||
player_set_animation(player, "die")
|
player_set_animation(player, "die")
|
||||||
|
|
Loading…
Reference in a new issue