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-11 | |
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-11')
-rw-r--r-- | npc/001-2-11/mona.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/001-2-11/mona.txt b/npc/001-2-11/mona.txt index 2f4e3da0..9844e05c 100644 --- a/npc/001-2-11/mona.txt +++ b/npc/001-2-11/mona.txt @@ -37,7 +37,7 @@ } speech S_LAST_NEXT | S_NO_NPC_NAME, - l("Daddy never came back home... He said that he would be back for lunch but it has already been two days!"), + l("My daddy never came home... He said that he would be back for lunch but it has already been two days!"), l("You have to find him, or else I will tell him that you did not help me."); switch (select(l("You do not give me a lot of options."), l("Your dad ran away from you!"))) @@ -119,7 +119,8 @@ // Sagratha is Great B-) npctalkonce any( l("Thanks for finding daddy... I wish he spent more time with me..."), - l("Sagratha is great. Why does the strange woman near the Legion building always say that to daddy...?")); // TODO: Polish + l("Sagratha is great. That strange old woman dressed in white always wants daddy to say that before she even talks to him."), + l("She comes around once a week and won't say a word until he says that... every single time!")); } else if (getq(ArtisQuests_MonaDad) == 2) { @@ -133,7 +134,7 @@ lg("He did say that I should give you this @@ as a gift. He says you are very skilled and will make good use of his old weapon.", "He did say that I should give you this @@ as a gift. He says you are very skilled and will make good use of his old weapon.", getitemlink(WoodenSword)), - l("He has never been the same since mommy went away..."); + l("He has never been the same since mommy went away... The Legion said they needed her in the East."); getitem WoodenSword, 1; } else if (MONA_REPEAT == 10) |