Skip to content

Commit

Permalink
earilier snipers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 1, 2025
1 parent e7b143d commit 980798c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/DewardianDev-MOAR-2.6.5.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Spawning/updateSpawnLocations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ export default function updateSpawnLocations(
locationList[index].base.SpawnPointParams[
innerIndex
].DelayToCanSpawnSec = Math.round(
DelayToCanSpawnSec * Math.random() * Math.random()
DelayToCanSpawnSec * Math.random() * Math.random() * 0.5
);

// console.log(
// count,
// BotZoneName,
// DelayToCanSpawnSec,
// locationList[index].base.SpawnPointParams[innerIndex]
Expand Down

0 comments on commit 980798c

Please sign in to comment.