mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-17 19:32:43 +00:00
Kazuma no longer avoids laws of gravity
This commit is contained in:
parent
e092a9e2ea
commit
43a3c81a0e
|
@ -84,6 +84,12 @@ impl NPC {
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.vel_y += 0x20;
|
||||||
|
|
||||||
|
if self.vel_y > 0x5ff {
|
||||||
|
self.vel_y = 0x5ff;
|
||||||
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue