mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-19 13:00:19 -07:00
Spelling corrections for Candle Seller
This commit is contained in:
parent
70dddd0e48
commit
4db8d66d43
1 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ public final class CandleSellerPlugin extends DialoguePlugin {
|
|||
stage = 231;
|
||||
break;
|
||||
case 231:
|
||||
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Firstly you can make a simple candle lantern out of", "glass. It's just like a candle, bu thte flame isn't exposed,", "so it's safer.");
|
||||
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Firstly you can make a simple candle lantern out of", "glass. It's just like a candle, but the flame isn't exposed,", "so it's safer.");
|
||||
stage = 232;
|
||||
break;
|
||||
case 232:
|
||||
|
|
@ -144,7 +144,7 @@ public final class CandleSellerPlugin extends DialoguePlugin {
|
|||
stage = 233;
|
||||
break;
|
||||
case 233:
|
||||
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Finally there's a ullseye lantern. You'll need to", "make a frame out of steel and add a glass lens.");
|
||||
interpreter.sendDialogues(npc, FacialExpression.HALF_GUILTY, "Finally there's a Bullseye lantern. You'll need to", "make a frame out of steel and add a glass lens.");
|
||||
stage = 234;
|
||||
break;
|
||||
case 234:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue