Fixed timing on the Ectothingy

Changed the timing to be more accurate to 2009.
This commit is contained in:
jamix77 2020-03-22 17:32:31 +00:00
parent f9f5c7012d
commit b9c764f105

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);