fix: exclude open worlds from archon hunt
This commit is contained in:
parent
b201508fa1
commit
7df5e71e3c
@ -1178,6 +1178,8 @@ export const getLiteSortie = (week: number): ILiteSortie => {
|
||||
value.factionIndex < 2 &&
|
||||
!isArchwingMission(value) &&
|
||||
value.missionIndex != 0 && // Exclude MT_ASSASSINATION
|
||||
value.missionIndex != 23 && // Exclude junctions
|
||||
value.missionIndex != 28 && // Exclude open worlds
|
||||
value.missionIndex != 32 // Exclude railjack
|
||||
) {
|
||||
nodes.push(key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user