Change achievement icons, fix another typo

This commit is contained in:
Shaun Bennett 2014-08-26 18:39:01 -05:00
parent b508cd036c
commit 78eee68592
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ public enum Achievement
AchievementCategory.CASTLE_SIEGE),
CASTLE_SIEGE_KINGSLAYER("Kingslayer", 800,
new String[] {"Castle Siege.Kingslayer"},
new String[] {"Castle Siege.KingSlayer"},
new String[] {"Get the killing blow on the King"},
new int[] {1},
AchievementCategory.CASTLE_SIEGE),

View File

@ -103,7 +103,7 @@ public class AchievementPage extends ShopPageBase<AchievementManager, Achievemen
}
AddItem(currentIndex, new ShopItem(material, (byte) (hasUnlocked ? 0 : 8), itemName, lore.toArray(new String[0]), 1, false, false));
AddItem(currentIndex, new ShopItem(material, (byte) (hasUnlocked ? 0 : 1), itemName, lore.toArray(new String[0]), 1, false, false));
}
masterAchievementLore.add((hasUnlocked ? C.cGreen : C.cRed) + achievement.getName());