thargoid combat zones are called "AX" combat zones ingame

This commit is contained in:
2022-12-03 20:42:38 +01:00
parent f5f6d538f0
commit cb8698dd42
6 changed files with 24 additions and 8 deletions

View File

@@ -112,7 +112,7 @@ internal class TransactionParserContext {
cztype = CombatZones.ShipCombatZone;
} else if (ThargoidScoutKills > 0 && ThargoidInterceptorKills > 0) {
// Could be a thargoid combat zones if interceptors and scouts are there
cztype = CombatZones.ThargoidCombatZone;
cztype = CombatZones.AXCombatZone;
// Still unknown
grade = null;
} else {