diff --git a/src/update.ts b/src/update.ts index 13c4fce..27a96ff 100644 --- a/src/update.ts +++ b/src/update.ts @@ -78,7 +78,7 @@ export default function update(timestamp: number) { V.resources.culture += outputPerMilisecond * delta * (V.units.philosopher || 0); // Check if the game is won. - if (V.resources.culture >= 2) { + if (V.resources.culture >= 2000) { V.victory = true; }