diff options
Diffstat (limited to 'npc/woodland-village/forestbowquest.txt')
-rw-r--r-- | npc/woodland-village/forestbowquest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/woodland-village/forestbowquest.txt b/npc/woodland-village/forestbowquest.txt index 679084df..ba426f8c 100644 --- a/npc/woodland-village/forestbowquest.txt +++ b/npc/woodland-village/forestbowquest.txt @@ -51,7 +51,7 @@ new_20-1.gat,99,23,0 script Master 125, { mes "[Bowyer Master]";
mes "Did you already ask Jack why he won't deliver me any more living wood?";
next;
- menu "No, I didn't found the time yet",-,"No, I didn't found him yet.",L_State_1_1;
+ menu "No, I haven't had the time yet",-,"No, I didn't find him yet.",L_State_1_1;
close;
L_State_1_1:
mes "[Bowyer Master]";
@@ -60,7 +60,7 @@ new_20-1.gat,99,23,0 script Master 125, { L_State_2:
mes "[Bowyer Master]";
- mes "Did you already ask Jack why he won't deliver me any more wood?";
+ mes "Did you already ask Jack why he won't deliver me any more living wood?";
next;
menu "Yes, I did. He said that the trees turned into dangerous monsters.",-;
mes "[Bowyer Master]";
@@ -188,4 +188,4 @@ new_19-1.gat,40,45,0 script Jack 141, { L_State_2:
mes "Good luck hunting those tree monsters - you will need it.";
close;
-}
\ No newline at end of file +}
|