1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-01-01 08:37:42 +00:00

Missing barking puppy action

This commit is contained in:
dawnDus 2022-03-19 09:14:41 -04:00
parent 9dba30d360
commit 99d7ef67e0
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -1348,6 +1348,9 @@ impl NPC {
state.sound_manager.play_sfx(105);
}
}
120 => {
self.anim_num = 0;
}
_ => (),
}