Fixed ores not spawning in certain maps
This commit is contained in:
@@ -120,6 +120,7 @@ public class MapGenerator extends Generator{
|
||||
|
||||
if(distortFloor){
|
||||
tile.setFloor(tiles[newX][newY].floor());
|
||||
tile.setOre(tiles[newX][newY].ore());
|
||||
}
|
||||
|
||||
for(Decoration decor : decorations){
|
||||
|
||||
Reference in New Issue
Block a user