fix this note here
All checks were successful
Build / build (pull_request) Successful in 1m14s

This commit is contained in:
Sainan 2025-09-17 15:37:02 +02:00
parent a9657829f8
commit cab63ced90

View File

@ -274,7 +274,7 @@ export const getSortie = (day: number): ISortie => {
sortieFactionToSystemIndexes[enemyFaction].includes(value.systemIndex) && sortieFactionToSystemIndexes[enemyFaction].includes(value.systemIndex) &&
sortieFactionToFactions[enemyFaction].includes(value.faction!) && sortieFactionToFactions[enemyFaction].includes(value.faction!) &&
key in sortieTilesets && key in sortieTilesets &&
(key != "SolNode228" || enemyFaction == "FC_GRINEER") // PoE does not work for non-infested enemies (key != "SolNode228" || enemyFaction == "FC_GRINEER") // PoE only works for grineer enemies
) { ) {
nodes.push(key); nodes.push(key);
} }