From b3fca4a63e62f0ac8a8def9a4f3b319620f7181f Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Mon, 15 May 2023 17:58:19 +0200 Subject: [PATCH] add faction name for fleet carriers --- EDPlayerJournal/Faction.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EDPlayerJournal/Faction.cs b/EDPlayerJournal/Faction.cs index 181b8cb..644fb10 100644 --- a/EDPlayerJournal/Faction.cs +++ b/EDPlayerJournal/Faction.cs @@ -55,6 +55,11 @@ public class Factions { /// public static string Thargoid = "Thargoids"; + /// + /// The faction the fleet carriers use. + /// + public static string FleetCarrier = "FleetCarrier"; + public static bool IsPilotsFederation(string? name) { if (name == null) { return false;