Make dependable require 50 perfect builds instead of 10.

This commit is contained in:
Virizion 2016-01-25 16:43:43 -05:00
parent 4314f35f80
commit a1eec79b3b
1 changed files with 2 additions and 2 deletions

View File

@ -864,8 +864,8 @@ public enum Achievement
SPEED_BUILDERS_DEPENDABLE("Dependable", 1200,
new String[]{"Speed Builders.PerfectBuild"},
new String[]{"Complete 10 Perfect Builds"},
new int[]{10},
new String[]{"Complete 50 Perfect Builds"},
new int[]{50},
AchievementCategory.SPEED_BUILDERS),
SPEED_BUILDERS_FIRST_BUILD("First Build!", 1800,