mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
update pad mission (#247)
add MechMission as same as the UpgradeBlocks type
This commit is contained in:
parent
798ca929d6
commit
7a41fc8ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public class SectorPresets{
|
|||
add(new SectorPreset(0, -2,
|
||||
Structs.array(
|
||||
Missions.blockRecipe(mobile ? UpgradeBlocks.alphaPad : UpgradeBlocks.dartPad),
|
||||
new MechMission(Mechs.delta),
|
||||
new MechMission(mobile ? Mechs.alpha : Mechs.dart),
|
||||
new WaveMission(15)
|
||||
),
|
||||
Array.with(Items.copper, Items.lead, Items.coal, Items.titanium),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue