chore: better default reach for aura

This commit is contained in:
əlemi 2023-11-13 04:26:49 +01:00
parent c2874312d3
commit 0045af0117
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -52,7 +52,7 @@ public class Aura extends QuickModule {
this.reach = Setting.Decimal.builder()
.min(0.)
.fallback(5.)
.fallback(4.)
.name("reach")
.comment("aura attack reach")
.build(this);