diff --git a/EDPlayerJournal/BGS/TransactionParser.cs b/EDPlayerJournal/BGS/TransactionParser.cs index 63ce7ad..c486d82 100644 --- a/EDPlayerJournal/BGS/TransactionParser.cs +++ b/EDPlayerJournal/BGS/TransactionParser.cs @@ -65,8 +65,10 @@ internal class TransactionParserContext { // High on foot combat zones have enforcers that bring 80k a pop if (highest >= 80000) { grade = "High"; - } else if (highest >= 4000) { + } else if (highest >= 40000) { grade = "Medium"; + } else { + grade = "Low"; } } else if (ShipKills > 0) { // Ship combat zones can be identified by the amount of kills