diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-04 14:50:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-04 14:50:04 -0300 |
commit | d8fee2e619b5890826a3553a9aeb10f728f09406 (patch) | |
tree | 29f4762ac9ad4f5e3801f9fc1b495b3553809204 /npc | |
parent | 8790f4ad7f115d4c6e869391c65ec0054e8c1121 (diff) | |
download | serverdata-d8fee2e619b5890826a3553a9aeb10f728f09406.tar.gz serverdata-d8fee2e619b5890826a3553a9aeb10f728f09406.tar.bz2 serverdata-d8fee2e619b5890826a3553a9aeb10f728f09406.tar.xz serverdata-d8fee2e619b5890826a3553a9aeb10f728f09406.zip |
Gelid Frozenheart now allows you to go back to the caves.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/king.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 3c0035c93..655f32941 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -195,6 +195,13 @@ L_Report: L_Complete: mesn l("King Gelid Frozenheart"); mesq l("Welcome back. Please enjoy your stay here."); + next; + select + l("Could I go back to that cave? It's a good farm spot."), + l("Thanks, my liege."); + mes ""; + if (@menu == 1) + cwarp "023-3", 63, 219; close; OnInit: |