diff options
Diffstat (limited to 'npc/001-2-11/mona.txt')
-rw-r--r-- | npc/001-2-11/mona.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-2-11/mona.txt b/npc/001-2-11/mona.txt index 366b658c..abec0cee 100644 --- a/npc/001-2-11/mona.txt +++ b/npc/001-2-11/mona.txt @@ -97,7 +97,9 @@ } else if (getq(ArtisQuests_MonaDad) == 3) { - npctalkonce l("Thanks for finding daddy... I wish he spent more time with me..."); // TODO: Sophialla + npctalkonce any( + l("Thanks for finding daddy... I wish he spent more time with me..."), + l("Sagratha is great. Why the strange woman near the Legion building always say that to daddy...")); // TODO: Polish } else if (getq(ArtisQuests_MonaDad) == 2) { |