mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 21:40:27 -07:00
Merge branch 'fix-whatliesbelow' into 'master'
Make "What Lies Below" completable by fixing Zaff's dialog. See merge request 2009scape/2009scape!241
This commit is contained in:
commit
05bd4d0768
1 changed files with 7 additions and 5 deletions
|
|
@ -114,9 +114,10 @@ class ZaffPlugin : OptionHandler() {
|
|||
"Can I have another ring?"
|
||||
)
|
||||
stage = 1
|
||||
} else {
|
||||
interpreter.sendOptions("Select an Option", "Yes, please.", "No, thank you.")
|
||||
stage = 1
|
||||
}
|
||||
interpreter.sendOptions("Select an Option", "Yes, please.", "No, thank you.")
|
||||
stage = 1
|
||||
}
|
||||
1 -> when (buttonId) {
|
||||
1 -> {
|
||||
|
|
@ -134,9 +135,10 @@ class ZaffPlugin : OptionHandler() {
|
|||
} else if (quest!!.getStage(player) == 80) {
|
||||
player("We did it! We beat Surok!")
|
||||
stage = 200
|
||||
} else {
|
||||
interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Can I have another ring?")
|
||||
stage = 50
|
||||
}
|
||||
interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Can I have another ring?")
|
||||
stage = 50
|
||||
}
|
||||
}
|
||||
10 -> {
|
||||
|
|
@ -453,4 +455,4 @@ class ZaffPlugin : OptionHandler() {
|
|||
return ServerStore.getArchive("daily-zaff")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue