diff options
-rw-r--r-- | npc/012-2/helena.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 7b0901012..64e9f05d9 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -219,11 +219,12 @@ L_Finish: inventoryplace ForestArmor, 1; getitem ForestArmor, 1; getexp 5842,93; // 10% from needed exp + JExp level 6 + setq HurnscaldQuest_Bandits, 8; mesn; - mesq l("Here is the @@, my armor, and one of the best for rangers.", getitemlink(ForestArmor)); + mesq l("Here is the @@, like my armor, and one of the best for rangers.", getitemlink(ForestArmor)); next; mesn; - mesq l("Any friend of Hurnscald is my friend too. Come to me if you want to do daily quests!"); + mesq l("Any friend of Hurnscald is my friend too. Come to me again, if you want to do daily quests!"); close; OnInit: |