From 99385b26263c27020d8ce526afaa1811e4eceaa1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Oct 2021 20:48:01 +0000 Subject: NPC Improvements --- npc/003-1/aidan.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-1/aidan.txt') 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; -- cgit v1.2.3-60-g2f50