diff options
Diffstat (limited to 'npc/003-1/aidan.txt')
-rw-r--r-- | npc/003-1/aidan.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 47c7cf387..400529d84 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -16,7 +16,7 @@ { select rif(Zeny >= 2000, l("Register")), - rif(Zeny < 2000, l("How do I get so much money?!")), + rif(Zeny < 2000, l("Where do I get so much money?!")), l("Not at the moment"), l("Information"); @@ -77,7 +77,7 @@ if (getq(General_Hunter) == 0) goto L_Assign; mes ""; goto L_Assign; - close; // Will never be reach. + close; // Will never be reached. L_Weak: mesn; @@ -91,7 +91,7 @@ L_Register: mesq l("The alliance also have a special program, called ##BGrand Hunter Quest##b, where you kill 10,000 of a monster and get great rewards."); next; mesn; - mesq l("You can gain rares, even. Come register for this special program. It's free!"); + mesq l("You can gain rare treasures, even. Come register for this special program. It's free!"); if (askyesno() == ASK_YES) { GHQUEST=1; setarray GHMEMO, 0, 0, 0; |