mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-29 16:53:00 +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 {
|
pub(crate) fn tick_n103_mannan_projectile(&mut self, state: &mut SharedGameState) -> GameResult {
|
||||||
if self.action_num == 0 {
|
if self.action_num == 0 {
|
||||||
self.action_num == 1;
|
self.action_num = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.vel_x += self.direction.vector_x() * 0x20;
|
self.vel_x += self.direction.vector_x() * 0x20;
|
||||||
|
|
Loading…
Reference in a new issue