1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-07-21 19:51:41 +00:00

Fix spur damage inaccuracy

This commit is contained in:
dawnDus 2022-08-20 21:22:45 -04:00
parent 92bc887663
commit 3cc9d75681
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -1531,6 +1531,8 @@ impl Bullet {
return; return;
} }
self.damage = self.life as i16;
if self.action_num == 0 { if self.action_num == 0 {
self.action_num = 1; self.action_num = 1;