Added objectives to lake

This commit is contained in:
Epowerj
2022-07-06 21:14:20 -04:00
parent e0658fdd2d
commit 92e45559cc

View File

@@ -200,6 +200,12 @@ public class SectorPresets{
lake = new SectorPreset("lake", erekir, 41){{
difficulty = 4;
rules = r -> {
r.objectives.addAll(
new BuildCountObjective(Blocks.shipFabricator, 1),
new UnitCountObjective(UnitTypes.elude, 1)
);
};
}};
three = new SectorPreset("three", erekir, 36){{