summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/monster_guide.txt
diff options
context:
space:
mode:
authorTheKandiman <thekandiman@gmail.com>2011-01-25 01:03:14 -0500
committerTheKandiman <thekandiman@gmail.com>2011-01-25 01:03:14 -0500
commit588cb548bb017b411a35b3a05376ca7131f24495 (patch)
tree67ebcc2df798cdcdb9c8c2c20317f8922e00dd5b /npc/001-1_Tulimshar/monster_guide.txt
parent9d9144c5d48ff6af1965e2635b85d7eb8407b75f (diff)
downloadserverdata-588cb548bb017b411a35b3a05376ca7131f24495.tar.gz
serverdata-588cb548bb017b411a35b3a05376ca7131f24495.tar.bz2
serverdata-588cb548bb017b411a35b3a05376ca7131f24495.tar.xz
serverdata-588cb548bb017b411a35b3a05376ca7131f24495.zip
Spelling and grammar corrections in Tulim and Hurn NPCs...dialog only.
Diffstat (limited to 'npc/001-1_Tulimshar/monster_guide.txt')
-rw-r--r--npc/001-1_Tulimshar/monster_guide.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/monster_guide.txt b/npc/001-1_Tulimshar/monster_guide.txt
index 23392b2d..697dc38e 100644
--- a/npc/001-1_Tulimshar/monster_guide.txt
+++ b/npc/001-1_Tulimshar/monster_guide.txt
@@ -7,7 +7,7 @@
close;
Register:
mes "[Aidan the Monster Guide]";
- mes "Oh my, you dont seem to be registered as a Quest Participant, would you like to register?";
+ mes "Oh my, you don't seem to be registered as a Quest Participant. Would you like to register?";
next;
Choice:
menu "Register",L_R,"Not at the moment",L_N,"Information",L_I;
@@ -22,16 +22,16 @@ L_R:
close;
L_N:
mes "[Aidan the Monster Guide]";
- mes "Very well, you dont know what your missing.";
+ mes "Very well, you don't know what you're missing.";
close;
L_I:
mes "[Aidan the Monster Guide]";
mes "Here in The Mana World, there are certain rewards for your vanquishing of foes.";
- mes "For example, there are Monster Points, every monster you kill has a certain amount of points that get added to your account.";
+ mes "For example, there are Monster Points; every monster you kill has a certain amount of points that get added to your account.";
mes "The more points you have, the more expensive things you can buy using them.";
next;
mes "[Monster Guide]";
- mes "So whaddya say, sign up won't you?";
+ mes "So whaddaya say, sign up won't you?";
next;
goto Choice;
}