From 4db8d66d43fba7802313d42a7039c227cb62bd62 Mon Sep 17 00:00:00 2001 From: CSS-Lletya Date: Sat, 28 Mar 2020 18:48:29 -0400 Subject: [PATCH] Spelling corrections for Candle Seller --- Server/src/plugin/dialogue/CandleSellerPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/src/plugin/dialogue/CandleSellerPlugin.java b/Server/src/plugin/dialogue/CandleSellerPlugin.java index 25a06db52..0625e0d42 100644 --- a/Server/src/plugin/dialogue/CandleSellerPlugin.java +++ b/Server/src/plugin/dialogue/CandleSellerPlugin.java @@ -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: