Skip to content

Commit 01cf7c2

Browse files
authored
Fixed mod not applying to the Ground Zero level 21+ variant (#7)
1 parent 780ceee commit 01cf7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/adjusters/ExtractAdjuster.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class ExtractAdjuster {
2828
rezervbase: { config: "reserve", human: "Reserve" },
2929
reservebase: { config: "reserve", human: "Reserve" }, // Duplicate entry to handle both potential inputs
3030
sandbox: { config: "groundZero", human: "Ground Zero" },
31+
sandbox_high: { config: "groundZeroHigh", human: "Ground Zero High"},
3132
shoreline: { config: "shoreline", human: "Shoreline" },
3233
tarkovstreets: { config: "streets", human: "Streets of Tarkov" },
3334
woods: { config: "woods", human: "Woods" },
@@ -88,6 +89,7 @@ export class ExtractAdjuster {
8889
"lighthouse",
8990
"rezervbase",
9091
"sandbox",
92+
"sandbox_high",
9193
"shoreline",
9294
"tarkovstreets",
9395
"woods",

0 commit comments

Comments
 (0)