Spelling corrections for Candle Seller

This commit is contained in:
CSS-Lletya 2020-03-28 18:48:29 -04:00
parent 70dddd0e48
commit 4db8d66d43

View file

@ -136,7 +136,7 @@ public final class CandleSellerPlugin extends DialoguePlugin {
stage = 231; stage = 231;
break; break;
case 231: 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; stage = 232;
break; break;
case 232: case 232:
@ -144,7 +144,7 @@ public final class CandleSellerPlugin extends DialoguePlugin {
stage = 233; stage = 233;
break; break;
case 233: 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; stage = 234;
break; break;
case 234: case 234: