mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 05:20:22 -07:00
Fixed woad leaf typo in Wyson dialogue
This commit is contained in:
parent
e25c7d7824
commit
518b5d91dd
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class WysonTheGardenerDialogue : core.game.dialogue.DialoguePlugin {
|
||||||
}
|
}
|
||||||
133 -> end()
|
133 -> end()
|
||||||
140 -> {
|
140 -> {
|
||||||
npc("Thanks for being generous", "here's an extra woad leave.")
|
npc("Thanks for being generous", "here's an extra woad leaf.")
|
||||||
stage = 141
|
stage = 141
|
||||||
}
|
}
|
||||||
141 -> if (player.inventory.contains(995, 20)) {
|
141 -> if (player.inventory.contains(995, 20)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue