We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb36c2 commit e23ec65Copy full SHA for e23ec65
src/modules/places/anarchy/anarchy.ts
@@ -38,7 +38,7 @@ class AnarchyBuilder extends AreaWithInventory {
38
this.centerLocation.onLoad.subscribe(centerLocation => {
39
if (!centerLocation.firstLoad) return console.warn('Anarchy center changed, reload to update zone/radius command')
40
41
- this.zone = new RadioactiveZone(centerLocation, 4000)
+ this.zone = new RadioactiveZone(centerLocation, 2000)
42
43
new Command('radius')
44
.setDescription('Выдает радиус границы анархии сейчас')
0 commit comments