add allied to the combat zone object

This commit is contained in:
Florian Stinglmayr 2023-06-18 15:09:40 +02:00
parent f490d4ba4d
commit 1b2a162ac5

View File

@ -229,7 +229,9 @@ internal class TransactionParserContext {
CapitalShip = HaveSeenCapShip ? true : null,
SpecOps = HaveSeenSpecOps ? true : null,
EnemyCorrespondent = HaveSeenEnemyCorrespondent ? true : null,
AlliedCorrespondent = HaveSeenAlliedCorrespondent ? true : null,
EnemyCaptain = HaveSeenEnemyCaptain ? true : null,
AlliedCaptain = HaveSeenAlliedCaptain ? true : null,
};
zone.Entries.Add(e);
transactions.Add(zone);