forked from MagicBane/Server
add 5 units to cast range server side for desync
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user