Update tusken_raider.lua

This commit is contained in:
thunderdog1138 2019-12-18 15:31:24 -05:00 committed by GitHub
parent 7bfab2522f
commit 5c57c5d8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -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)