Some small tweaks on first level

This commit is contained in:
Epowerj 2022-04-18 21:32:41 -04:00
parent 5721cc75b6
commit cdb7a4c9d8
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -166,7 +166,10 @@ public class SectorPresets{
new TimerObjective("@objective.enemiesapproaching",30 * 60).withMarkers(
new TextMarker("Enemy incoming, prepare to defend.", 276f * 8f, 133f * 8f)
).withFlags("defStart"),
new DestroyUnitsObjective(2).withFlags("defDone")
new DestroyUnitsObjective(2).withFlags("defDone"),
new BuildCountObjective(Blocks.coreBastion, 1).withMarkers(
new TextMarker("The enemy is vulnerable, go on the offensive.", 276f * 8f, 133f * 8f)
)
);
};
}};