Fix: Taverley Dungeon QA Pass 5

This commit is contained in:
skelsoft
2021-09-06 13:30:44 +00:00
committed by Ceikry
parent 7dc6862395
commit 42bac3233b
4 changed files with 33 additions and 5 deletions
@@ -134,7 +134,7 @@ public final class AnimalMagnetismPlugin extends OptionHandler {
player.animate(Animation.create(1652));
player.getInventory().remove(new Item(4252));
player.getInventory().add(item);
player.sendMessage("Your ectophial vial automatically refills.");
player.sendMessage("You refill the ectophial from the Ectofuntus.");
}
return true;
}
@@ -33,7 +33,7 @@ public final class HerbCleanPlugin extends OptionHandler {
}
final Herbs herb = Herbs.forItem((Item) node);
if (player.getSkills().getLevel(Skills.HERBLORE) < herb.getLevel()) {
player.getPacketDispatch().sendMessage("You need a herblore level " + herb.getLevel() + " to clean this herb.");
player.getPacketDispatch().sendMessage("You need level " + herb.getLevel() + " Herblore to clean the " + herb.getProduct().getName().replace("Clean", "Grimy") + ".");
return true;
}
double exp = herb.getExperience();