diff options
Diffstat (limited to 'npc/012-3/alan.txt')
-rw-r--r-- | npc/012-3/alan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index fc6cdd2c7..3b01ee7d8 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -34,7 +34,7 @@ L_Shop: L_ForestBow: mesn; - mesq l("Well, I know how to do @@, a sturdy bow, but I am not making those anymore, sorry.", getitemlink(ForestBow)); + mesq l("Well, I know how to do a @@, a sturdy bow, but I am not making those anymore, sorry.", getitemlink(ForestBow)); next; menu l("Oh, too bad."), L_Close, @@ -42,7 +42,7 @@ L_ForestBow: L_Next: mesn; - mesq l("You see, I cannot use any raw material on @@. It must be sturdier than the usual, and I don't have the materials for it."); + mesq l("You see, I cannot use any raw material. It must be sturdier than the usual, and I don't have the materials for it."); next; mesn; mesq l("The wood, Jack the Lumberjack used to deliver me, but he isn't delivering anymore. And the string was imported from Halinarzo."); |