Updated italian bundle

This commit is contained in:
Anuken
2018-07-22 15:55:36 -04:00
parent 68c51bb1bc
commit 3701a3c3d9
3 changed files with 92 additions and 90 deletions

View File

@@ -188,7 +188,7 @@ public class WorldGenerator{
if(!Mathf.inBounds(x + point.x, y + point.y, width, height)) continue;
if(tiles[x + point.x][y + point.y].getElevation() < elevation){
if(Mathf.chance(0.05)){
if(Mathf.chance(0.06)){
tile.setElevation(-1);
}
break;