more scores
This commit is contained in:
parent
a486f73046
commit
10f022c849
5 changed files with 26 additions and 4 deletions
|
@ -30,6 +30,7 @@ internal sealed class ShootFromTanks(
|
|||
if (explosive)
|
||||
tank.ExplosiveBullets--;
|
||||
|
||||
tank.Owner.Scores.ShotsFired++;
|
||||
entityManager.SpawnBullet(tank.Owner, tank.Position, tank.Orientation / 16d, explosive);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue