count all thargoid war missions as system contributions
This commit is contained in:
parent
abdaca2524
commit
6f9d3a64ff
@ -51,8 +51,9 @@ public class MissionCompleted : Transaction {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (AcceptedEntry.Mission.IsRescueMission &&
|
// If the mission starts with the name for thargoid war mission
|
||||||
AcceptedEntry.Mission.Name.Contains("Mission_TW_")) {
|
// names, we assume its a system contribution
|
||||||
|
if (AcceptedEntry.Mission.Name.Contains("Mission_TW_")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user