Removed item core restrictions

This commit is contained in:
Anuken
2020-06-29 19:32:15 -04:00
parent 810a59f146
commit df4278a646
11 changed files with 10 additions and 38 deletions

View File

@@ -64,7 +64,7 @@ public class SStats implements SteamUserStatsCallback{
}
for(Building entity : player.team().cores()){
if(!content.items().contains(i -> i.type == ItemType.material && entity.items.get(i) < entity.block().itemCapacity)){
if(!content.items().contains(i -> entity.items.get(i) < entity.block().itemCapacity)){
fillCoreAllCampaign.complete();
break;
}