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
1 changed files with 2 additions and 0 deletions

View File

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