diff options
author | Micksha <ms-shaman@gmx.de> | 2019-01-19 07:53:00 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-01-19 07:53:00 +0000 |
commit | bcd6db3725b6aeaa09a66d7f714a5da8fd7e14e2 (patch) | |
tree | 5bffc1ba3456b016c3a5c4bd25d6b59a2945bfb5 /npc/001-2-11/mona.txt | |
parent | 28fdcc18ff9c80fea20414482ecc7c74fd0bf9cf (diff) | |
parent | 8d3100964c4c6624294f03c8d3effb6c377a5975 (diff) | |
download | serverdata-s20190123.tar.gz serverdata-s20190123.tar.bz2 serverdata-s20190123.tar.xz serverdata-s20190123.zip |
Merge branch 'knife' into 'master's20190123
Knife - change equip level from 15 --> 1
See merge request evol/serverdata!144
Diffstat (limited to 'npc/001-2-11/mona.txt')
-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; |