Fix achievement typos
This commit is contained in:
parent
5fdf466722
commit
99951bc573
@ -11,7 +11,7 @@ public enum Achievement
|
|||||||
//Bridges
|
//Bridges
|
||||||
BRIDGES_WINS("Bridge Champion", 600,
|
BRIDGES_WINS("Bridge Champion", 600,
|
||||||
new String[] {"The Bridges.Wins"},
|
new String[] {"The Bridges.Wins"},
|
||||||
new String[] {"Win 50 games of Survival Games"},
|
new String[] {"Win 50 games of The Bridges"},
|
||||||
new int[] {50},
|
new int[] {50},
|
||||||
AchievementCategory.BRIDGES),
|
AchievementCategory.BRIDGES),
|
||||||
|
|
||||||
@ -154,7 +154,7 @@ public enum Achievement
|
|||||||
//Draw My Thing
|
//Draw My Thing
|
||||||
DRAW_MY_THING_WINS("Art Hipster", 600,
|
DRAW_MY_THING_WINS("Art Hipster", 600,
|
||||||
new String[] {"Draw My Thing.Wins"},
|
new String[] {"Draw My Thing.Wins"},
|
||||||
new String[] {"Win 50 games of Block Hunt"},
|
new String[] {"Win 50 games of Draw My Thing"},
|
||||||
new int[] {50},
|
new int[] {50},
|
||||||
AchievementCategory.DRAW_MY_THING),
|
AchievementCategory.DRAW_MY_THING),
|
||||||
|
|
||||||
@ -334,7 +334,7 @@ public enum Achievement
|
|||||||
//Dragons
|
//Dragons
|
||||||
DRAGONS_WINS("Dragon Tamer", 600,
|
DRAGONS_WINS("Dragon Tamer", 600,
|
||||||
new String[] {"Dragons.Wins"},
|
new String[] {"Dragons.Wins"},
|
||||||
new String[] {"Win 50 games of Snake"},
|
new String[] {"Win 50 games of Dragons"},
|
||||||
new int[] {50},
|
new int[] {50},
|
||||||
AchievementCategory.DRAGONS),
|
AchievementCategory.DRAGONS),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user