adjust detection of high combat zones
This commit is contained in:
parent
a6b16fd5b8
commit
a43ade2f3c
@ -86,7 +86,7 @@ internal class TransactionParserContext {
|
|||||||
if (OnFootKills > 0 || IsOnFoot == true) {
|
if (OnFootKills > 0 || IsOnFoot == true) {
|
||||||
cztype = CombatZones.GroundCombatZone;
|
cztype = CombatZones.GroundCombatZone;
|
||||||
// High on foot combat zones have enforcers that bring 80k a pop
|
// High on foot combat zones have enforcers that bring 80k a pop
|
||||||
if (highest >= 80000) {
|
if (highest >= 60000) {
|
||||||
grade = CombatZones.DifficultyHigh;
|
grade = CombatZones.DifficultyHigh;
|
||||||
} else if (highest >= 30000) {
|
} else if (highest >= 30000) {
|
||||||
// In medium conflict zones, the enforcers are worth 30k
|
// In medium conflict zones, the enforcers are worth 30k
|
||||||
|
Loading…
Reference in New Issue
Block a user