Added sandstorm weather

This commit is contained in:
Anuken
2020-06-22 11:10:12 -04:00
parent 42c323365a
commit 47b06d0eac
6 changed files with 73 additions and 8 deletions

View File

@@ -32,6 +32,10 @@ public class BaseGenerator{
this.tiles = tiles;
this.team = team;
this.cores = cores;
//don't generate bases when there are no loaded schematics
if(bases.cores.isEmpty()) return;
Mathf.random.setSeed(sector.id);
for(Block block : content.blocks()){