So i've added in the dig option with the spade in hopes to start working on clue scrolls the dig works but the character never seems to stop digging XD any ideas why that could be?
player.java:
itemselect.javaQuote:
public int isSpade[] = { 952 };
public void digSpade(int spadeId) {
requestAnim(831, 0);
getActionSender().sendMessage(this, "You dig with your " + Engine.items.getItemName(spadeId) + ".");
}
Quote:
case 952:
p.digSpade(952);
break;
