diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-03 10:51:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-03 10:51:33 -0300 |
commit | 102f5c91832d2533a15f52dc4f62c11d2bde7d88 (patch) | |
tree | e7935f80fa1b53b8b6567165f044fe8c7bb45388 | |
parent | 052314d82d37b1fe6c1be86db86f97916b8f2a84 (diff) | |
download | serverdata-jesusalva/cut003.tar.gz serverdata-jesusalva/cut003.tar.bz2 serverdata-jesusalva/cut003.tar.xz serverdata-jesusalva/cut003.zip |
Be less meta and be more clear, whenever convenientjesusalva/cut003
-rw-r--r-- | npc/000-2-3/nard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index d703cbdb..f99f1144 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -228,19 +228,20 @@ L_Skip: mesq l("Well, I can bring you straight to Artis, but..."); next; mesn; - mesc l("\"You will forsake items, quests and experience from the tutorial.\""), 1; + mesc l("\"You will forsake items, quests and experience from the tuto-- %s from my whole crew and whatnot.\"", "##9"+l("*cough cough*")+"##1"), 1; next; mesn; mesq l("Oh, and it is not only that."); next; mesn; - mesc l("\"This decision cannot be reverted. Which means you may have extreme difficulty and lose this char!\""), 1; + mesc l("\"This decision cannot be reverted. Which means you may have extreme difficulty and end up losing this char!\""), 1; next; mesn; mesq l("And if that still wasn't enough to make you change your mind..."); next; mesn; mesc l("\"Deleting this char may (read: will) destroy the Legacy data associated to it!!\""), 1; + mesc l("i.e. Deleting the rEvolt char will delete the Legacy char associated to it. This includes levels and items."); // -- TRANSLATORS: i.e. = id est next; mesn; mesq l("Are you absolutely, totally, certainly, completely sure, that you want a free, effortless ride to Artis, as weak and poorly equipped as you currently are?"); |