thargoid kills also contribute to the whole system
This commit is contained in:
parent
22d0bedf53
commit
84dfd73283
@ -25,6 +25,14 @@ public class ThargoidKill : Transaction {
|
|||||||
get { return (ulong)Entries.OfType<FactionKillBondEntry>().Sum(x => (decimal)x.Reward); }
|
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() { }
|
||||||
|
|
||||||
public ThargoidKill(FactionKillBondEntry entry) {
|
public ThargoidKill(FactionKillBondEntry entry) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user