thargoid combat zones are called "AX" combat zones ingame
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user