forked from 2009Scape/Server
Made the turn-in for ned's diary (medium lummy) non-cumulative because people are getting confused
This commit is contained in:
parent
10a6bbf869
commit
9aef5950d6
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class NedDialogue(player: Player? = null) : DialoguePlugin(player) {
|
|||
if (diary == null) {
|
||||
diary = player.achievementDiaryManager.getDiary(DiaryType.LUMBRIDGE)
|
||||
}
|
||||
if (diary!!.isComplete(level, true) && !diary!!.isLevelRewarded(level)) {
|
||||
if (diary!!.isComplete(level, false) && !diary!!.isLevelRewarded(level)) {
|
||||
player("I've done all the hard tasks in my Lumbridge", "Achievement Diary.")
|
||||
stage = 950
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue