diff --git a/core/assets/maps/onset.msav b/core/assets/maps/onset.msav index 4edc6eff0b..02d085b7ab 100644 Binary files a/core/assets/maps/onset.msav and b/core/assets/maps/onset.msav differ diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index d512b9802f..e16d831fda 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -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) + ) ); }; }};