Item in hand change (Devourer)

Changes the item in the NPC's hand for Devourer from OBSIDIAN to a
DIAMOND_CHESTPLATE
This commit is contained in:
Sam 2016-07-12 21:57:37 +01:00
parent 5382afedda
commit 2f6e140b34
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class KitDevourer extends ProgressingKit
new ItemStack(Material.COBBLESTONE, 25)
};
private static final ItemStack IN_HAND = new ItemStack(Material.OBSIDIAN);
private static final ItemStack IN_HAND = new ItemStack(Material.DIAMOND_CHESTPLATE);
public KitDevourer(ArcadeManager manager)
{