diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 0887c0d5a..2e034b06c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -309,7 +309,9 @@ L_Task: goto L_Finish; } } - Exception("Something went wrong, this is not a valid MQ2 state: "+.@q2); + //Exception("Something went wrong, this is not a valid MQ2 state: "+.@q2); + mesn; + mesq l("Safe travels!"); close; @@ -379,7 +381,7 @@ function luaAssignTask2 { next; mesn; mes l("%s is by becoming a %s.", b(l("The first job,")), b(l("Fisherman/Fisherwoman"))); - mes l("Food is, and should always will be, in demand."); + mes l("Food is, and should always be, in demand."); // If you skipped Tutorial: You already know all this tutmes l("Fishing is a boring task. Throw the bait, wait for fish to bite. Pull before it is too late. Then sell the fish for money."), l("Fishing"); next; |