diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-04 01:42:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-04 01:42:02 -0300 |
commit | b8c073aa82358668018dfa63c622e0cf46119fb6 (patch) | |
tree | 027dd9860a75a1f1a334dc44e502f55229d3cf5b /npc/003-2 | |
parent | 3d5090e2aa2ec3d7ca2cbe662c2922eb8d115b2a (diff) | |
download | serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.tar.gz serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.tar.bz2 serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.tar.xz serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.zip |
Return potions cannot expire anymore
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/lua.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 70c355a01..ba3d37142 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -169,7 +169,8 @@ L_Info: getexp BaseLevel*30, JobLevel*5; // Reference Levels: (10, 3) setq General_Narrator, 2; mesn; - mesq l("Lucky for you, the Alliance have means to assist you. Please show me the following:"); + mesq l("Lucky for you, the Alliance have means to assist you. You'll be a grown up, full fledged adventurer in no time at all, and will be able to visit a friend of mine, who will then send you there."); + next; goto L_Task; L_Task: |