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