ultimate implemented
This commit is contained in:
@@ -76,5 +76,6 @@ void Enemy::takeDamage() {
|
||||
if (--hp <= 0) {
|
||||
alive = false;
|
||||
Plansza::score += 5;
|
||||
Plansza::ultimateCounter += 5;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user