Potion rename

This commit is contained in:
Chiss 2013-10-27 02:37:11 +11:00
parent 55de25fded
commit 9a025eb540
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ public class KitWitch extends SmashKit
public void GiveItems(Player player)
{
player.getInventory().addItem(ItemStackFactory.Instance.CreateStack(Material.IRON_AXE, (byte)0, 1,
C.cYellow + C.Bold + "Right-Click" + C.cWhite + C.Bold + " - " + C.cGreen + C.Bold + "Stun Potion",
C.cYellow + C.Bold + "Right-Click" + C.cWhite + C.Bold + " - " + C.cGreen + C.Bold + "Daze Potion",
new String[]
{
ChatColor.RESET + "Throw a potion that damages and slows",

View File

@ -33,9 +33,9 @@ public class PerkWitchPotion extends Perk
public PerkWitchPotion()
{
super("Stun Potion", new String[]
super("Daze Potion", new String[]
{
C.cYellow + "Right-Click" + C.cGray + " to use " + C.cGreen + "Paralyze Potion"
C.cYellow + "Right-Click" + C.cGray + " to use " + C.cGreen + "Daze Potion"
});
}