diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-26 01:32:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-05 03:25:44 -0300 |
commit | 1c23f4b7215261fdfad4318e8a5eade55082f7a6 (patch) | |
tree | 255299983c3c89ec2e406498a45c9733794573f1 | |
parent | 0241bbafa7b8e3b03297b57897a4dcbe7752af0d (diff) | |
download | serverdata-1c23f4b7215261fdfad4318e8a5eade55082f7a6.tar.gz serverdata-1c23f4b7215261fdfad4318e8a5eade55082f7a6.tar.bz2 serverdata-1c23f4b7215261fdfad4318e8a5eade55082f7a6.tar.xz serverdata-1c23f4b7215261fdfad4318e8a5eade55082f7a6.zip |
Just some... consistent ordering
-rw-r--r-- | npc/000-0-1/narrator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-0-1/narrator.txt b/npc/000-0-1/narrator.txt index 731adcd0..8b0bf5cc 100644 --- a/npc/000-0-1/narrator.txt +++ b/npc/000-0-1/narrator.txt @@ -85,9 +85,9 @@ function travelToArgaes { if (islegacyaccount()) { narrator S_LAST_NEXT, l("Maybe you already have been on that continent before."), - l("But then, you don't remember that, so let's not."), l("Also, don't you think this ship vaguely... familiar?"), - l("Ah, sorry. I make too many questions, don't I?"), + l("Well, not like you would be able to remember. Even if you wanted."), + l("Ah, sorry. I make too many rhetorical questions, don't I?"), l("I probably should let you rest, it must have been tiring!"), l("But before that, one last question..."); } |