diff options
author | WildX <wildx@themanaworld.org> | 2020-06-03 17:10:17 +0100 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-29 14:26:17 -0400 |
commit | a08e26c1ed76625bc606137af7ac5461418e79e9 (patch) | |
tree | 47f5709ab198421d9ced290b70c84729fdb0529c /npc/001-2-39 | |
parent | 8340c3a0b958bd9bf8199ea9d0afefe95cff6ae2 (diff) | |
download | serverdata-dialogue-review.tar.gz serverdata-dialogue-review.tar.bz2 serverdata-dialogue-review.tar.xz serverdata-dialogue-review.zip |
Minor dialogue fixesdialogue-review
Diffstat (limited to 'npc/001-2-39')
-rw-r--r-- | npc/001-2-39/qanon.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt index e2273850..65729e82 100644 --- a/npc/001-2-39/qanon.txt +++ b/npc/001-2-39/qanon.txt @@ -31,7 +31,7 @@ // Main Menu select rif(.@q == 5, l("Lozerk told me to talk to you and join the legion.")), - l("Thanks, sir Q'Anon."); + l("Thanks, General Q'Anon."); mes ""; switch (@menu) { @@ -47,7 +47,7 @@ function notaMember { mesn; - mesq col(l("*ahem*"), 9) + " " + l("Heh, did you saw me at the port? No?"); + mesq col(l("*ahem*"), 9) + " " + l("Heh, did you see me at the port? No?"); next; mesn; mesq l("This is how good we Legion Members are. I was informed of your arrival way before you left Drasil Island."); @@ -63,10 +63,10 @@ function notaMember { function legionState { mesn; - mesq l("Oh? And do you think you have what it takes to be a proud Legion Member?"); + mesq l("Oh? And do you think you have what it takes to be a proud Legion member?"); next; mesn; - mesq lg("Listen, kid. Being a legion member is not a joke."); + mesq lg("Listen, kid. Being a Legion member is not a joke."); next; mesn; mesq l("Hmm, why don't you go train a little more? We have several training rooms here."); |