Testing BE builds

This commit is contained in:
Anuken
2020-11-25 16:25:39 -05:00
parent 93313664f0
commit 977b55bf32

View File

@@ -13,11 +13,7 @@ public enum SAchievement{
launch30Times(SStat.timesLaunched, 30), launch30Times(SStat.timesLaunched, 30),
captureBackground, captureBackground,
survive100Waves(SStat.maxWavesSurvived, 100), survive100Waves(SStat.maxWavesSurvived, 100),
//this seems near-impossible?
//survive500Waves(SStat.maxWavesSurvived, 500),
researchAll, researchAll,
//TODO
//useAllUnits,
shockWetEnemy, shockWetEnemy,
killEnemyPhaseWall, killEnemyPhaseWall,
researchRouter, researchRouter,
@@ -61,6 +57,7 @@ public enum SAchievement{
enablePixelation, enablePixelation,
openWiki, openWiki,
useAccelerator, useAccelerator,
; ;
private final SStat stat; private final SStat stat;