1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-11-29 15:56:53 +00:00

ghost puppy particles

This commit is contained in:
dawnDus 2022-01-20 21:00:44 -05:00
parent 53fdb890b1
commit c63c520553
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -64,7 +64,7 @@ impl NPC {
_ => (),
}
if self.action_counter & 8 == 1 {
if self.action_counter % 8 == 1 {
state.create_caret(
self.x + self.rng.range(-8..8) * 0x200,
self.y + 0x1000,