Skip to content

Commit 25a292f

Browse files
coopryansolcloud
authored andcommitted
Increase spread area for smoke and molotov
1 parent 3d42564 commit 25a292f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/Equipment/Molotov.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function getSpawnAreaMetersSquared(): int
2828

2929
public function getMaxAreaMetersSquared(): int
3030
{
31-
return 200_000;
31+
return 450_000;
3232
}
3333

3434
public function calculateDamage(bool $hasKevlar): int

server/src/Equipment/Smoke.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function getMaxTimeMs(): int
2929

3030
public function getMaxAreaMetersSquared(): int
3131
{
32-
return 210_000;
32+
return 550_000;
3333
}
3434
}

0 commit comments

Comments
 (0)