From 70165c4300a25ebafcc480acf3780bb89099fdbd Mon Sep 17 00:00:00 2001 From: omero Date: Tue, 16 Nov 2010 15:16:30 +0000 Subject: [PATCH] backported grammar and punctuation corrections (by kymara) --- .../stendhal/server/maps/wofol/bar/KoboldBarmaidNPC.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/games/stendhal/server/maps/wofol/bar/KoboldBarmaidNPC.java b/src/games/stendhal/server/maps/wofol/bar/KoboldBarmaidNPC.java index e4ff3208ec..2bbf06b1e7 100644 --- a/src/games/stendhal/server/maps/wofol/bar/KoboldBarmaidNPC.java +++ b/src/games/stendhal/server/maps/wofol/bar/KoboldBarmaidNPC.java @@ -102,13 +102,13 @@ public class KoboldBarmaidNPC implements ZoneConfigurator { seller.say("Wrauff! I can only sell you " + Grammar.plnoun(getAmount(), getChosenItemName()) + " if you meet the price of " + price + " and have " + amount + " empty " - + Grammar.plnoun(getAmount(), requiredContainer)); + + Grammar.plnoun(getAmount(), requiredContainer) + "."); return false; } } else if (!player.isEquipped("money", price)) { seller.say("Wruff! I can only sell you " + Grammar.plnoun(getAmount(), getChosenItemName()) - + " when you will have enough money"); + + " if you have enough money."); return false; } @@ -149,7 +149,7 @@ public class KoboldBarmaidNPC implements ZoneConfigurator { "Wroff! Welcome into the Kobold's Den bar wanderer!" + " I'm Wrviliza, wife of #Wrvil." + " If you want me to #offer you some beverages, just say so!"); - addJob("Wroff! I offer wine, beer and my famous #mild or #strong koboldish #torcibud"); + addJob("Wroff! I offer wine, beer and my famous #mild or #strong koboldish #torcibud."); addHelp("Wruff... If you are thirsty I can #offer you some beverage. If you didn't notice, this is a bar!"); addGoodbye("Wroff... Goodbye and good luck!");