mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-18 03:32:44 +00:00
fix ballos leaving animation
This commit is contained in:
parent
2fed0928d8
commit
27003f4e64
|
@ -568,6 +568,7 @@ impl NPC {
|
||||||
flash.set_blink();
|
flash.set_blink();
|
||||||
state.sound_manager.play_sfx(29);
|
state.sound_manager.play_sfx(29);
|
||||||
}
|
}
|
||||||
|
self.anim_num = self.anim_num.max(8);
|
||||||
self.animate(1, 8, 9);
|
self.animate(1, 8, 9);
|
||||||
}
|
}
|
||||||
_ => (),
|
_ => (),
|
||||||
|
|
Loading…
Reference in a new issue