exclude MT_LANDSCAPE
All checks were successful
Build / build (pull_request) Successful in 1m35s
Build / build (push) Successful in 1m5s

This commit is contained in:
Sainan 2025-04-25 09:48:44 +02:00
parent a1eac34c71
commit ea3a4a3534

View File

@ -191,7 +191,7 @@ const pushSyndicateMissions = (
!value.darkSectorData && // Exclude dark sectors !value.darkSectorData && // Exclude dark sectors
value.missionIndex != 10 && // Exclude MT_PVP (for relays) value.missionIndex != 10 && // Exclude MT_PVP (for relays)
value.missionIndex != 23 && // no junctions value.missionIndex != 23 && // no junctions
value.missionIndex <= 28 // no railjack or some such value.missionIndex < 28 // no open worlds, railjack, etc
) { ) {
nodeOptions.push(key); nodeOptions.push(key);
} }