diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-08 20:48:01 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-08 20:48:01 +0000 |
commit | 99385b26263c27020d8ce526afaa1811e4eceaa1 (patch) | |
tree | 9f4ef401fbc568c973829a9a4de8ec2b5441a0c7 /npc/003-1/aidan.txt | |
parent | d155ce1ed965b6e74cf5b509dd0eb615b4d13834 (diff) | |
download | serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.tar.gz serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.tar.bz2 serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.tar.xz serverdata-99385b26263c27020d8ce526afaa1811e4eceaa1.zip |
NPC Improvements
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; |