return true;
}
if (DataConversions.random(0, 5) == 0) {
player.getInventory().remove(43, 1, false);
}
Instance.getDelayedEventHandler().add(new MiniEvent(player) {
public void action() {
String[] options = new String[] { "Armour", "Gloves", "Boots",
"Cancel" };
owner.setMenuHandler(new MenuHandler(options) {
public void handleReply(final int option, final String reply) {