forked from MagicBane/Server
extended range of spire effects
This commit is contained in:
@@ -953,7 +953,7 @@ public class City extends AbstractWorldObject {
|
|||||||
|
|
||||||
public boolean isLocationWithinSiegeBounds(Vector3fImmutable insideLoc) {
|
public boolean isLocationWithinSiegeBounds(Vector3fImmutable insideLoc) {
|
||||||
|
|
||||||
return insideLoc.isInsideCircle(this.getLoc(), CityBoundsType.ZONE.extents);
|
return insideLoc.isInsideCircle(this.getLoc(), 880f);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user