fix: exclude some more nodes from syndicate missions
All checks were successful
Build / build (pull_request) Successful in 45s
Build / build (push) Successful in 1m34s

This commit is contained in:
Sainan 2025-04-24 21:16:30 +02:00
parent 100aefcee4
commit a1eac34c71

View File

@ -186,7 +186,9 @@ const pushSyndicateMissions = (
for (const [key, value] of Object.entries(ExportRegions)) {
if (
!isArchwingMission(value) &&
value.systemIndex != 23 && // no 1999 stuff
!value.questReq && // Exclude zariman, murmor, and 1999 stuff
!value.hidden && // Exclude the index
!value.darkSectorData && // Exclude dark sectors
value.missionIndex != 10 && // Exclude MT_PVP (for relays)
value.missionIndex != 23 && // no junctions
value.missionIndex <= 28 // no railjack or some such