update pad mission (#247)
add MechMission as same as the UpgradeBlocks type
This commit is contained in:
@@ -46,7 +46,7 @@ public class SectorPresets{
|
|||||||
add(new SectorPreset(0, -2,
|
add(new SectorPreset(0, -2,
|
||||||
Structs.array(
|
Structs.array(
|
||||||
Missions.blockRecipe(mobile ? UpgradeBlocks.alphaPad : UpgradeBlocks.dartPad),
|
Missions.blockRecipe(mobile ? UpgradeBlocks.alphaPad : UpgradeBlocks.dartPad),
|
||||||
new MechMission(Mechs.delta),
|
new MechMission(mobile ? Mechs.alpha : Mechs.dart),
|
||||||
new WaveMission(15)
|
new WaveMission(15)
|
||||||
),
|
),
|
||||||
Array.with(Items.copper, Items.lead, Items.coal, Items.titanium),
|
Array.with(Items.copper, Items.lead, Items.coal, Items.titanium),
|
||||||
|
|||||||
Reference in New Issue
Block a user