|
|
|
@ -36,7 +36,8 @@ public Bane bane = null;
@@ -36,7 +36,8 @@ public Bane bane = null;
|
|
|
|
|
public Mine mine = null; |
|
|
|
|
|
|
|
|
|
public ZergMechanicThread(Bane b, Mine m) { |
|
|
|
|
|
|
|
|
|
this.mine = m; |
|
|
|
|
this.bane = b; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@ -63,7 +64,7 @@ public Mine mine = null;
@@ -63,7 +64,7 @@ public Mine mine = null;
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
|
|
player = (PlayerCharacter) playerObject; |
|
|
|
|
|
|
|
|
|
//ChatManager.chatSystemInfo(player, "TESTING ZERG MECHANIC");
|
|
|
|
|
if (mine._recentMemory.containsKey(player.getObjectUUID())) |
|
|
|
|
mine._recentMemory.remove(player.getObjectUUID()); |
|
|
|
|
|
|
|
|
@ -71,7 +72,7 @@ public Mine mine = null;
@@ -71,7 +72,7 @@ public Mine mine = null;
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
|
|
mine._playerMemory.add(player.getObjectUUID()); |
|
|
|
|
ChatManager.chatSystemInfo(player, "TESTING ZERG MECHANIC"); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
boolean updated = false; |
|
|
|
|
try { |
|
|
|
|