feat: thermia fractures #2670

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:goal-thermia-fractures into main 2025-08-21 11:07:32 -07:00
Showing only changes of commit faadad7928 - Show all commits

View File

@ -2636,9 +2636,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
const count = config.worldState?.thermiaFracturesProgressOverride ?? 0;
const activation = config.worldState?.thermiaFracturesOverride ? 1740416400000 : getSortieTime(activeStartDay);
const expiry = config.worldState?.thermiaFracturesOverride
? 2000000000000
: activation + 14 * unixTimesInMs.day;
const expiry = config.worldState?.thermiaFracturesOverride ? 2000000000000 : getSortieTime(activeStartDay + 14);
worldState.Goals.push({
_id: { $oid: "5c7cb0d00000000000000000" },