diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 22:53:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 22:53:30 -0300 |
commit | 22ee1e7689960cc250f9a71235ce1a11baeebb72 (patch) | |
tree | 2a056d77559a294129cb9585570e65cd3b02fefd /npc | |
parent | 7812ed1bc4c814ebf7d0c4154e7a2c658097e1a0 (diff) | |
download | serverdata-22ee1e7689960cc250f9a71235ce1a11baeebb72.tar.gz serverdata-22ee1e7689960cc250f9a71235ce1a11baeebb72.tar.bz2 serverdata-22ee1e7689960cc250f9a71235ce1a11baeebb72.tar.xz serverdata-22ee1e7689960cc250f9a71235ce1a11baeebb72.zip |
Bugfixes
Diffstat (limited to 'npc')
-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."); |