diff options
Diffstat (limited to 'npc/001-2-11')
-rw-r--r-- | npc/001-2-11/mona.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/001-2-11/mona.txt b/npc/001-2-11/mona.txt index e94fcc69..17a72631 100644 --- a/npc/001-2-11/mona.txt +++ b/npc/001-2-11/mona.txt @@ -54,8 +54,14 @@ { find_daddy_quest(); } - - npctalkonce l("Please find daddy..."); + else if (getq(ArtisQuests_MonaDad) == 3) + { + npctalkonce l("Thanks for finding daddy... I wish he spent more time with me..."); + } + else + { + npctalkonce l("Please find daddy..."); + } emotion E_SAD; close; |