noob island guard aggro

This commit is contained in:
2024-05-17 19:41:26 -05:00
parent 65db64d3df
commit 03f0f3fcf0
2 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public class City extends AbstractWorldObject {
private String cityName;
private String motto;
private String description;
private int isNoobIsle; //1: noob, 0: not noob: -1: not noob, no teleport
public int isNoobIsle; //1: noob, 0: not noob: -1: not noob, no teleport
private int population = 0;
private int siegesWithstood = 0;
private int radiusType;