Fix: Taverley Dungeon QA Pass 5
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user