Testing BE builds
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user