1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-30 05:59:46 +00:00

fix ballos leaving animation

This commit is contained in:
dawnDus 2022-01-15 17:28:29 -05:00
parent 2fed0928d8
commit 27003f4e64
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -568,6 +568,7 @@ impl NPC {
flash.set_blink();
state.sound_manager.play_sfx(29);
}
self.anim_num = self.anim_num.max(8);
self.animate(1, 8, 9);
}
_ => (),