mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-25 23:12:56 +00:00
fix stupid typo
This commit is contained in:
parent
36b2025fc4
commit
abc238dae4
|
@ -757,7 +757,7 @@ impl NPC {
|
|||
|
||||
pub(crate) fn tick_n103_mannan_projectile(&mut self, state: &mut SharedGameState) -> GameResult {
|
||||
if self.action_num == 0 {
|
||||
self.action_num == 1;
|
||||
self.action_num = 1;
|
||||
}
|
||||
|
||||
self.vel_x += self.direction.vector_x() * 0x20;
|
||||
|
|
Loading…
Reference in a new issue