forked from 2009Scape/Server
Pyramid now correctly awards lap completion experience
This commit is contained in:
parent
b03a796f3f
commit
f0e40199be
1 changed files with 1 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ public final class AgilityPyramidCourse extends AgilityCourse {
|
|||
GameWorld.submit(new Pulse(3, player) {
|
||||
@Override
|
||||
public boolean pulse() {
|
||||
player.getSkills().addExperience(Skills.AGILITY,1000);
|
||||
if (player.getConfigManager().get(640) == 505 || player.getConfigManager().get(640) == 515) {
|
||||
player.getPacketDispatch().sendMessage("You find nothing on top of the pyramid.");
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue