@@ -74,7 +74,7 @@ export class stabilityViewModel{
this.timer = setInterval(() => {
this.trainTime += 1
- if(this.trainTime == this.stabilityStorage.trainingTime) {
+ if(this.trainTime >= this.stabilityStorage.trainingTime) {
this.gameOver(true)
}