diff --git a/mods/mobs_monster/tusken_raider.lua b/mods/mobs_monster/tusken_raider.lua index a92644e6..87cc8e5a 100644 --- a/mods/mobs_monster/tusken_raider.lua +++ b/mods/mobs_monster/tusken_raider.lua @@ -67,16 +67,16 @@ mobs:register_mob("mobs_monster:tusken_raider", { light_damage = 0, fear_height = 4, animation = { - speed_normal = 15, - speed_run = 15, + speed_normal = 30, + speed_run = 30, stand_start = 0, - stand_end = 39, - walk_start = 41, - walk_end = 72, - run_start = 74, - run_end = 105, - punch_start = 74, - punch_end = 105, + stand_end = 79, + walk_start = 168, + walk_end = 187, + run_start = 168, + run_end = 187, + punch_start = 200, + punch_end = 219, }, --[[ custom_attack = function(self, p)