mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Corrected typo in Grand Tree quest
This commit is contained in:
parent
dff56510da
commit
13e5bf1666
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class ForemanDialogue: DialogueFile(){
|
||||||
42 -> playerl("Take over?").also { stage++ }
|
42 -> playerl("Take over?").also { stage++ }
|
||||||
43 -> npcl("Of course, why else would Glough want 30 battleships? Between you and me I don't think he stands a chance.").also { stage++ }
|
43 -> npcl("Of course, why else would Glough want 30 battleships? Between you and me I don't think he stands a chance.").also { stage++ }
|
||||||
44 -> playerl("No?").also { stage++ }
|
44 -> playerl("No?").also { stage++ }
|
||||||
45 -> npcl("I mean, for the kind of battleships Glough's ordered I'll need tons and tons of limber! Still, if he says he can supply the wood I'm sure he can! Anyway, here's the order for the lumber.").also { stage++ }
|
45 -> npcl("I mean, for the kind of battleships Glough's ordered I'll need tons and tons of lumber! Still, if he says he can supply the wood I'm sure he can! Anyway, here's the order for the lumber.").also { stage++ }
|
||||||
46 -> sendDialogue(player!!, "The Foreman gives you the Lumber order.").also {
|
46 -> sendDialogue(player!!, "The Foreman gives you the Lumber order.").also {
|
||||||
addItemOrDrop(player!!,Items.LUMBER_ORDER_787)
|
addItemOrDrop(player!!,Items.LUMBER_ORDER_787)
|
||||||
stage++
|
stage++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue