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

@@ -76,5 +76,6 @@ void Enemy::takeDamage() {
if (--hp <= 0) {
alive = false;
Plansza::score += 5;
Plansza::ultimateCounter += 5;
}
}