diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1_Hurnscald/jack.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/009-1_Hurnscald/jack.txt b/npc/009-1_Hurnscald/jack.txt index ed90135a..b61dca2f 100644 --- a/npc/009-1_Hurnscald/jack.txt +++ b/npc/009-1_Hurnscald/jack.txt @@ -226,6 +226,8 @@ L_Not_enough_money: L_Shield_state_3: mes "[Jack Lumber]"; mes "\"I hope that my shield will serve you well!\""; + next; + if (Inspector == 1) menu "Me too.", -, @@ -233,6 +235,7 @@ L_Shield_state_3: close; L_NohMask_Ask: + next; menu "I'll keep that in mind.", -, "Have you seen anything that might be connected to the recent robberies in town?", L_NohMask_Answer; |