mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Fixed timing on the Ectothingy
Changed the timing to be more accurate to 2009.
This commit is contained in:
parent
f9f5c7012d
commit
b9c764f105
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ public final class PhasmatysZone extends MapZone implements Plugin<Object> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (player.getInventory().remove(bone.getBoneMeal(), new Item(4286, 1))) {
|
if (player.getInventory().remove(bone.getBoneMeal(), new Item(4286, 1))) {
|
||||||
player.lock(5);
|
player.lock(1);
|
||||||
player.animate(Animation.create(1651));
|
player.animate(Animation.create(1651));
|
||||||
player.getInventory().add(new Item(1925), new Item(1931));
|
player.getInventory().add(new Item(1925), new Item(1931));
|
||||||
player.getSkills().addExperience(Skills.PRAYER, bone.getExperience() * 4, true);
|
player.getSkills().addExperience(Skills.PRAYER, bone.getExperience() * 4, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue