Browse Source

changed onEnter for city to refernce siege bounds

pull/13/head
FatBoy-DOTC 2 years ago
parent
commit
4812068982
  1. 2
      src/engine/objects/City.java

2
src/engine/objects/City.java

@ -1019,7 +1019,7 @@ public class City extends AbstractWorldObject { @@ -1019,7 +1019,7 @@ public class City extends AbstractWorldObject {
if (_playerMemory.contains(player.getObjectUUID()))
continue;
if (!this.isLocationOnCityZone(player.getLoc()))
if (!this.isLocationWithinSiegeBounds(player.getLoc()))
continue;
// Apply safehold affect to player if needed

Loading…
Cancel
Save