diff --git a/EDPlayerJournal/BGS/ThargoidKill.cs b/EDPlayerJournal/BGS/ThargoidKill.cs index 21cc888..5b365a2 100644 --- a/EDPlayerJournal/BGS/ThargoidKill.cs +++ b/EDPlayerJournal/BGS/ThargoidKill.cs @@ -25,6 +25,14 @@ public class ThargoidKill : Transaction { get { return (ulong)Entries.OfType().Sum(x => (decimal)x.Reward); } } + /// + /// Kiling thargoids contributes to the system wide effort of + /// the thargoid war. + /// + public override bool SystemContribution { + get { return true; } + } + public ThargoidKill() { } public ThargoidKill(FactionKillBondEntry entry) {