Skip to content

Commit

Permalink
Ghosts Ahoy: Add completion of The Restless Ghost as a hard requirement
Browse files Browse the repository at this point in the history
Thanks @cdfisher for helping test & fix this with the OSRS wiki team
  • Loading branch information
pajlada authored and Zoinkwiz committed Oct 24, 2023
1 parent c6ccc18 commit a543e0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ public List<Requirement> getGeneralRequirements()
{
ArrayList<Requirement> req = new ArrayList<>();
req.add(new QuestRequirement(QuestHelperQuest.PRIEST_IN_PERIL, QuestState.FINISHED));
req.add(new QuestRequirement(QuestHelperQuest.THE_RESTLESS_GHOST, QuestState.FINISHED));
req.add(new SkillRequirement(Skill.AGILITY, 25, true));
req.add(new SkillRequirement(Skill.COOKING, 20, true));
return req;
Expand Down

0 comments on commit a543e0a

Please sign in to comment.