Potion rename
This commit is contained in:
parent
55de25fded
commit
9a025eb540
@ -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",
|
||||
|
@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user