thargoid kills also contribute to the whole system

This commit is contained in:
Florian Stinglmayr 2022-12-03 15:05:09 +01:00
parent 22d0bedf53
commit 84dfd73283

View File

@ -25,6 +25,14 @@ public class ThargoidKill : Transaction {
get { return (ulong)Entries.OfType<FactionKillBondEntry>().Sum(x => (decimal)x.Reward); }
}
/// <summary>
/// Kiling thargoids contributes to the system wide effort of
/// the thargoid war.
/// </summary>
public override bool SystemContribution {
get { return true; }
}
public ThargoidKill() { }
public ThargoidKill(FactionKillBondEntry entry) {