epic encounter after clearing a stronghold

This commit is contained in:
2024-07-09 19:47:14 -05:00
parent 3a67540212
commit 83877e5107
4 changed files with 120 additions and 39 deletions
+2
View File
@@ -66,6 +66,8 @@ public class Mine extends AbstractGameObject {
public ArrayList<Mob> strongholdMobs;
public HashMap<Integer,Integer> oldBuildings;
public Mob epicEncounter = null;
/**
* ResultSet Constructor
*/