mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Charlie now says 2009Scape in The Grand Tree
This commit is contained in:
parent
a190544519
commit
874c3883e6
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class CharlieDialogue : DialogueFile() {
|
|||
when(stage) {
|
||||
0 -> playerl("How are you doing Charlie?").also { stage++ }
|
||||
1 -> npcl("I've been better.").also { stage++ }
|
||||
2 -> playerl("Glough has some plan to rule RuneScape!").also { stage++ }
|
||||
2 -> playerl("Glough has some plan to rule 2009Scape!").also { stage++ }
|
||||
3 -> npcl("I wouldn't put it past him, the Gnome's crazy!").also { stage++ }
|
||||
4 -> playerl("I need some proof to convince the King.").also { stage++ }
|
||||
5 -> npcl("Hmm...you could be in luck! Before Glough had me locked up I heard him mention that he'd left his chest keys at his girlfriend's.").also { stage++ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue