From 84dfd73283abdbedaf0e982bda637be53384e986 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 3 Dec 2022 15:05:09 +0100 Subject: [PATCH] thargoid kills also contribute to the whole system --- EDPlayerJournal/BGS/ThargoidKill.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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) {