added dungeon to dimData, spawn fixes for monolit

This commit is contained in:
StevenRS11
2013-05-28 17:15:40 -04:00
parent 9f7561e2fe
commit 8365d4353f
8 changed files with 100 additions and 71 deletions

View File

@@ -25,6 +25,7 @@ public class DimData implements Serializable
public boolean hasBeenFilled=false;
public boolean hasDoor=false;
public boolean isDimRandomRift=false;
public DungeonGenerator dungeonGenerator = null;
//public boolean isPrivatePocket = false;
public HashMap<Integer, HashMap<Integer, HashMap<Integer, LinkData>>> linksInThisDim=new HashMap();
HashMap<Integer, LinkData> dimX;