From 5c57c5d8a8259023e443f5e3f042595386c786c3 Mon Sep 17 00:00:00 2001 From: thunderdog1138 <58536412+thunderdog1138@users.noreply.github.com> Date: Wed, 18 Dec 2019 15:31:24 -0500 Subject: [PATCH] Update tusken_raider.lua --- mods/mobs_monster/tusken_raider.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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)