thargoid bonds are not a system contribution

This commit is contained in:
Florian Stinglmayr 2023-05-25 18:09:50 +02:00
parent 6a36458026
commit c7be0ef3f5

View File

@ -13,16 +13,6 @@ public class Vouchers : Transaction {
Entries.Add(e); Entries.Add(e);
} }
public override bool SystemContribution {
get {
if (Faction == Factions.PilotsFederation && Type == "Combat Bond") {
return true;
}
return false;
}
}
public long TotalSum { public long TotalSum {
get { get {
if (Faction == null) { if (Faction == null) {