SteamWar/FightSystem
Archiviert
13
1
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-03-31 20:34:01 +02:00
Ursprung 233766f9d7
Commit 8bfade1604

Datei anzeigen

@ -97,7 +97,7 @@ public abstract class Countdown {
smallestTime = countdown.time;
}
smallestTime--;
smallestTime -= 2;
for(Countdown countdown : currentCountdowns){
countdown.time -= smallestTime;
}