diff options
-rw-r--r-- | npc/002-3/nard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index aaec6ce3d..ca3eb852e 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -192,6 +192,7 @@ L_NotYet: getq(CandorQuest_Barrel) < 4 || getq(CandorQuest_Trainer) < 12) { mesq l("You didn't help all my friends yet, and without trainment, I can't send you to such dangerous place as Tulimshar."); + mesc l("NOTE: It is possible to play the game as a crafter/merchant/fisherman, avoiding to kill as much as possible. However, it is not possible to play the game with a total kill count of zero."); close; } if (Zeny >= .@price) { @@ -212,6 +213,7 @@ L_NotYet: showavatar NPC_NARD; // this is handled by avatars.xml mesn; mesq l("Welcome to Tulimshar, @@!", strcharinfo(0)); + mesc l("Nard gives you a map of the city so you don't get lost."); next; if (GSET_SOULMENHIR_MANUAL) { mesn; |