Add crafting for spiky vambraces, and fix Yak Armor crafting levels

This commit is contained in:
downthecrop
2021-11-04 15:59:25 +00:00
committed by Ceikry
parent e00f3ab0be
commit a002239905
3 changed files with 72 additions and 2 deletions
@@ -96,7 +96,7 @@ public class YakArmourPlugin extends UseWithHandler {
@Override
public boolean checkRequirements() {
int level = (index == 1 ? 43 : 46);
int level = (index == 1 ? 46 : 43);
if (player.getSkills().getLevel(Skills.CRAFTING) < level) {
player.getDialogueInterpreter().sendDialogue("You need a Crafting level of at least " + level + " in order to do this.");
return false;