diff options
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: |