Skip to content

Commit e23ec65

Browse files
committed
dec
1 parent efb36c2 commit e23ec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/places/anarchy/anarchy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AnarchyBuilder extends AreaWithInventory {
3838
this.centerLocation.onLoad.subscribe(centerLocation => {
3939
if (!centerLocation.firstLoad) return console.warn('Anarchy center changed, reload to update zone/radius command')
4040

41-
this.zone = new RadioactiveZone(centerLocation, 4000)
41+
this.zone = new RadioactiveZone(centerLocation, 2000)
4242

4343
new Command('radius')
4444
.setDescription('Выдает радиус границы анархии сейчас')

0 commit comments

Comments
 (0)