ultimate implemented

This commit is contained in:
2025-01-16 21:27:14 +01:00
parent 622e814d1c
commit 92d5f66a91
7 changed files with 40 additions and 29 deletions

View File

@@ -200,6 +200,7 @@ void Wiazkowiec::takeDamage() {
if (--hp <= 0) {
alive = false;
Plansza::score += 10;
Plansza::ultimateCounter += 10;
}
}