feat: Varzia (Prime Resurgence) rotation #2390
@ -1483,7 +1483,6 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
|||||||
ScheduleInfo: []
|
ScheduleInfo: []
|
||||||
};
|
};
|
||||||
worldState.PrimeVaultTraders.push(pt);
|
worldState.PrimeVaultTraders.push(pt);
|
||||||
if (isBeforeNextExpectedWorldStateRefresh(timeMs, weekStart)) {
|
|
||||||
const rotation = config.worldState?.varziaOverride || getVarziaRotation(week);
|
const rotation = config.worldState?.varziaOverride || getVarziaRotation(week);
|
||||||
|
|||||||
pt.Manifest = config.worldState?.varziaFullyStocked ? getAllVarziaManifests() : getVarziaManifest(rotation);
|
pt.Manifest = config.worldState?.varziaFullyStocked ? getAllVarziaManifests() : getVarziaManifest(rotation);
|
||||||
if (config.worldState?.varziaOverride || config.worldState?.varziaFullyStocked) {
|
if (config.worldState?.varziaOverride || config.worldState?.varziaFullyStocked) {
|
||||||
@ -1495,7 +1494,6 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Sortie & syndicate missions cycling every day (at 16:00 or 17:00 UTC depending on if London, OT is observing DST)
|
// Sortie & syndicate missions cycling every day (at 16:00 or 17:00 UTC depending on if London, OT is observing DST)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
This will always evaluate to true ?