thargoid bonds are not a system contribution
This commit is contained in:
parent
6a36458026
commit
c7be0ef3f5
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user