Browse Source

extended range of spire effects

lakebane-recovery
FatBoy-DOTC 5 days ago
parent
commit
b4254dbad4
  1. 2
      src/engine/objects/City.java

2
src/engine/objects/City.java

@ -953,7 +953,7 @@ public class City extends AbstractWorldObject { @@ -953,7 +953,7 @@ public class City extends AbstractWorldObject {
public boolean isLocationWithinSiegeBounds(Vector3fImmutable insideLoc) {
return insideLoc.isInsideCircle(this.getLoc(), CityBoundsType.ZONE.extents);
return insideLoc.isInsideCircle(this.getLoc(), 880f);
}

Loading…
Cancel
Save