Skip to content

Commit

Permalink
Update marksman timelimit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Feb 2, 2025
1 parent 699235c commit bf40c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/DewardianDev-MOAR-3.0.0-alpha.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Spawning/buildScavMarksmanWaves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function buildScavMarksmanWaves(
// console.log(map);
const snipers = buildBotWaves(
Math.min(sniperQuantity, sniperLocations.length),
timeLimit / 2, //TODO:
timeLimit,
sniperMaxGroupSize,
sniperGroupChance,
sniperLocations,
Expand Down

0 comments on commit bf40c4a

Please sign in to comment.