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,
attack_type = "dogfight",
animation = {
stand_start = 1,
stand_end = 11,
walk_start = 25,
stand_start = 0,
stand_end = 23,
walk_start = 24,
walk_end = 36,
run_start = 38,
run_start = 37,
run_end = 49,
speed_normal = 15,
speed_run = 15,