Skip to content

Commit 0f3deac

Browse files
committed
[build]
1 parent a11ae76 commit 0f3deac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scripts/ui/TechPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
tryDeductScience,
1313
unlockTech,
1414
} from "../../../shared/logic/TechLogic";
15-
import { forEach, formatHMS, HOUR, SECOND } from "../../../shared/utilities/Helper";
15+
import { forEach, formatHMS, SECOND } from "../../../shared/utilities/Helper";
1616
import { $t, L } from "../../../shared/utilities/i18n";
1717
import { useGameState } from "../Global";
1818
import { checkAgeAchievements } from "../logic/Achievement";
@@ -80,7 +80,7 @@ export function TechPage({ id }: { id: Tech }): React.ReactNode {
8080
}
8181
}
8282
if (gs.unlockedUpgrades.IberianColonies) {
83-
addPetraOfflineTime(HOUR, gs);
83+
addPetraOfflineTime(60 * 60 * 1, gs);
8484
}
8585
checkAgeAchievements(newAge);
8686
}

0 commit comments

Comments
 (0)