chore: better default reach for aura
This commit is contained in:
parent
c2874312d3
commit
0045af0117
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class Aura extends QuickModule {
|
||||||
|
|
||||||
this.reach = Setting.Decimal.builder()
|
this.reach = Setting.Decimal.builder()
|
||||||
.min(0.)
|
.min(0.)
|
||||||
.fallback(5.)
|
.fallback(4.)
|
||||||
.name("reach")
|
.name("reach")
|
||||||
.comment("aura attack reach")
|
.comment("aura attack reach")
|
||||||
.build(this);
|
.build(this);
|
||||||
|
|
Loading…
Reference in a new issue