update pad mission (#247)

add MechMission as same as the UpgradeBlocks type
This commit is contained in:
LQ 2018-10-16 21:08:53 +08:00 committed by Anuken
parent 798ca929d6
commit 7a41fc8ec8

View file

@ -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),