diff --git a/core/src/io/anuke/mindustry/game/Waves.java b/core/src/io/anuke/mindustry/game/Waves.java index 4da4c37701..12fe04c959 100644 --- a/core/src/io/anuke/mindustry/game/Waves.java +++ b/core/src/io/anuke/mindustry/game/Waves.java @@ -96,6 +96,14 @@ public class Waves{ max = 10; }}, + new SpawnGroup(UnitTypes.fortress){{ + begin = 40; + spacing = 5; + unitAmount = 2; + unitScaling = 3; + max = 10; + }}, + new SpawnGroup(UnitTypes.dagger){{ begin = 35; spacing = 3; @@ -134,6 +142,15 @@ public class Waves{ max = 8; }}, + new SpawnGroup(UnitTypes.revenant){{ + begin = 50; + unitAmount = 4; + unitScaling = 3; + spacing = 5; + groupAmount = 2; + max = 8; + }}, + new SpawnGroup(UnitTypes.ghoul){{ begin = 53; unitAmount = 2;