mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-11-29 07:47:40 +00:00
ghost puppy particles
This commit is contained in:
parent
53fdb890b1
commit
c63c520553
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue