more scores

This commit is contained in:
Vinzenz Schroeter 2024-04-22 21:26:46 +02:00
parent a486f73046
commit 10f022c849
5 changed files with 26 additions and 4 deletions

View file

@ -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);
}
}