Removed background sector wave simulation

This commit is contained in:
Anuken
2025-12-14 10:30:48 -05:00
parent 0ebe105ddd
commit 1bdac35d90
10 changed files with 76 additions and 558 deletions

View File

@@ -231,7 +231,7 @@ public class ResearchDialog extends BaseDialog{
//add global counts of each sector
for(Planet planet : rootPlanets){
for(Sector sector : planet.sectors){
if(sector.hasBase()){
if(sector.hasBase() && !sector.isFrozen()){
ItemSeq cached = sector.items();
cache.put(sector, cached);
cached.each((item, amount) -> {