diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-03-26 21:30:33 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-04 19:26:42 +0200 |
commit | 8ef0339e829bb071f13ebee95ecfe8faf0183844 (patch) | |
tree | 0bf89a0ecd8ae650fbd5d362d84819eeeaf8c796 /npc/009-2_Hurnscald/alan.txt | |
parent | 00b70aee7958572b045112bd83660010d984519c (diff) | |
download | serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.tar.gz serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.tar.bz2 serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.tar.xz serverdata-8ef0339e829bb071f13ebee95ecfe8faf0183844.zip |
More spelling and grammar corrections.
Diffstat (limited to 'npc/009-2_Hurnscald/alan.txt')
-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.\""; |