add faction name for fleet carriers
This commit is contained in:
parent
6a61aa4946
commit
b3fca4a63e
@ -55,6 +55,11 @@ public class Factions {
|
||||
/// </summary>
|
||||
public static string Thargoid = "Thargoids";
|
||||
|
||||
/// <summary>
|
||||
/// The faction the fleet carriers use.
|
||||
/// </summary>
|
||||
public static string FleetCarrier = "FleetCarrier";
|
||||
|
||||
public static bool IsPilotsFederation(string? name) {
|
||||
if (name == null) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user