forked from 2009Scape/Server
Merge pull request #188 from Jamix77/master
Fixed timing on the Ectothingy
This commit is contained in:
commit
8636d9b8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue