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