add settlements for ground CZs to the combat log
This commit is contained in:
@@ -663,6 +663,7 @@ internal class CommanderParser : ITransactionParserPart {
|
||||
public class TransactionParser {
|
||||
private static Dictionary<string, ITransactionParserPart> ParserParts { get; } = new()
|
||||
{
|
||||
{ Events.ApproachSettlement, new ApproachSettlementParser() },
|
||||
{ Events.CapShipBond, new CapShipBondParser() },
|
||||
{ Events.Commander, new CommanderParser() },
|
||||
{ Events.CommitCrime, new CommitCrimeParser() },
|
||||
|
||||
Reference in New Issue
Block a user