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
1 changed files with 1 additions and 0 deletions

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);
}
_ => (),