diff options
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r-- | npc/009-2_Hurnscald/alan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-2_Hurnscald/alan.txt b/npc/009-2_Hurnscald/alan.txt index ea00fe31..f19990d9 100644 --- a/npc/009-2_Hurnscald/alan.txt +++ b/npc/009-2_Hurnscald/alan.txt @@ -25,12 +25,12 @@ next; if (Inspector == 1) menu - "OK, thanks", -, + "OK, thanks.", -, "Can you make me a really good bow?", L_State_0_1, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; if (Inspector != 1) menu - "OK, thanks", -, + "OK, thanks.", -, "Can you make me a really good bow?", L_State_0_1; close; @@ -78,12 +78,12 @@ L_State_1: next; if (Inspector == 1) menu - "No, I haven't had the time yet", -, + "No, I haven't had the time yet.", -, "No, I didn't find him yet.", L_State_1_1, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; if (Inspector != 1) menu - "No, I haven't had the time yet", -, + "No, I haven't had the time yet.", -, "No, I didn't find him yet.", L_State_1_1; close; @@ -138,7 +138,7 @@ L_State_3_try: next; set @Temp1, rand(20); if (@Temp1 == 0) goto L_State_3_success; - mes "The log breaks with a loud crack"; + mes "The log breaks with a loud crack."; next; mes "[Alan]"; mes "\"Sorry, this log was too weak for one of my forest bows. Now it is junk. Give me another.\""; |