Fix animation of oerkki

master
PilzAdam 2013-04-10 13:28:36 +02:00
parent a568d7c4cd
commit 95dc063eb8
1 changed files with 4 additions and 4 deletions

View File

@ -234,11 +234,11 @@ mobs:register_mob("mobs:oerkki", {
light_damage = 0, light_damage = 0,
attack_type = "dogfight", attack_type = "dogfight",
animation = { animation = {
stand_start = 1, stand_start = 0,
stand_end = 11, stand_end = 23,
walk_start = 25, walk_start = 24,
walk_end = 36, walk_end = 36,
run_start = 38, run_start = 37,
run_end = 49, run_end = 49,
speed_normal = 15, speed_normal = 15,
speed_run = 15, speed_run = 15,