remove "Amount" from combat zones

This commit is contained in:
2022-11-29 17:46:17 +01:00
parent 04a839417e
commit f0977b774b
3 changed files with 1 additions and 8 deletions

View File

@@ -116,7 +116,6 @@ internal class TransactionParserContext {
SpecOps = HaveSeenSpecOps ? true : null,
Correspondent = HaveSeenCorrespondent ? true : null,
Captain = HaveSeenCaptain ? true : null,
Amount = 1,
};
zone.Entries.Add(e);
transactions.Add(zone);