Siege bounds related bonus code removal.

This commit is contained in:
2023-05-07 10:20:53 -04:00
parent b73eae787c
commit ffafd44fa7
3 changed files with 6 additions and 54 deletions
+2 -3
View File
@@ -135,15 +135,14 @@ public final class Bane {
return false;
}
// Cannot place banestones underwater;
// Cannot place banestone underwater;
if (HeightMap.isLocUnderwater(player.getLoc())) {
PlaceAssetMsg.sendPlaceAssetError(origin, 6, ""); // Cannot place underwater
return false;
}
// figure out which city we're standing on
// must be within a city's seige Bounds
// figure out which city zone we are standing on.
targetCity = ZoneManager.getCityAtLocation(player.getLoc());