Merge pull request #188 from Jamix77/master

Fixed timing on the Ectothingy
This commit is contained in:
Jamix77 2020-03-22 17:33:27 +00:00 committed by GitHub
commit 8636d9b8c5

View file

@ -238,7 +238,7 @@ public final class PhasmatysZone extends MapZone implements Plugin<Object> {
return;
}
if (player.getInventory().remove(bone.getBoneMeal(), new Item(4286, 1))) {
player.lock(5);
player.lock(1);
player.animate(Animation.create(1651));
player.getInventory().add(new Item(1925), new Item(1931));
player.getSkills().addExperience(Skills.PRAYER, bone.getExperience() * 4, true);