mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed Seers Village cider task
This commit is contained in:
parent
a7a7985c84
commit
f2e8e64cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class CiderOnForesterDialogue : DialogueFile() {
|
|||
end()
|
||||
}
|
||||
else if(player!!.getAttribute("seersCiderPub",-1) !in 0..3 && !player!!.achievementDiaryManager.hasCompletedTask(DiaryType.SEERS_VILLAGE,0,6)){
|
||||
player!!.setAttribute("seersCiderPub",0)
|
||||
player!!.setAttribute("seersCiderPub", 1)
|
||||
end()
|
||||
}else if(player!!.getAttribute("seersCiderPub",-1) in 0..3){
|
||||
player!!.incrementAttribute("seersCiderPub",1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue