add 5 units to cast range server side for desync

This commit is contained in:
2025-03-15 21:03:15 -05:00
parent 03f6ee6c70
commit 0331fc88af
+1 -1
View File
@@ -458,7 +458,7 @@ public class PowersBase {
} }
public float getRange() { public float getRange() {
return this.range; return this.range + 5;
} }
public boolean requiresHitRoll() { public boolean requiresHitRoll() {