minor updates

This commit is contained in:
Chiss 2014-12-05 16:25:34 +11:00
parent 38639fb58f
commit 4430efd7be
4 changed files with 5 additions and 5 deletions

View File

@ -64,12 +64,12 @@ public enum AchievementCategory
CHAMPIONS("Champions", new String[] {"Champions Domination", "Champions TDM"},
new String[] {"Wins", "Losses", "Kills", "Deaths", "GemsEarned"},
new String[] {"Wins", "Losses", "Kills", "Deaths", "Gems Earned"},
Material.BEACON, 0, GameCategory.CHAMPIONS, null),
Material.BEACON, 0, GameCategory.CHAMPIONS, "Extra Class Skills"),
UHC("Ultra Hardcore", null,
new String[] { "Wins", "Losses", "Kills", "Deaths", "GemsEarned" },
new String[] { "Wins", "Losses", "Kills", "Deaths", "Gems Earned" },
Material.GOLD_INGOT, 0, GameCategory.SURVIVAL, null),
Material.GOLD_INGOT, 0, GameCategory.SURVIVAL, "Extra Class Skills"),
//Arcade
DRAGONS("Dragons", null,

View File

@ -40,7 +40,7 @@ public class KitSpider extends SmashKit
new ItemStack(Material.WEB));
}
@Override
@Override
public void GiveItems(Player player)
{
player.getInventory().addItem(ItemStackFactory.Instance.CreateStack(Material.IRON_SWORD, (byte)0, 1,

View File

@ -119,7 +119,7 @@ public class WitherGame extends TeamGame implements IBlockRestorer
_help = new String[]
{
C.cRed + C.Bold + "This game is in early stages of development!",
C.cRed + C.Bold + "This game is still under development!",
};
}

View File

@ -33,7 +33,7 @@ public class KitHumanArcher extends Kit
new Perk[]
{
new PerkDoubleJump("Double Jump", 1, 0.8, true, 4000, true),
new PerkDoubleJump("Double Jump", 1.2, 1, true, 4000, true),
new PerkWitherArrowBlind(6),
new PerkFletcher(4, 4, true),