add allied to the combat zone object
This commit is contained in:
parent
f490d4ba4d
commit
1b2a162ac5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user