summaryrefslogtreecommitdiff
path: root/npc/007-1/caelum.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/007-1/caelum.txt')
-rw-r--r--npc/007-1/caelum.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt
index 4cc3dda52..97f25f1f3 100644
--- a/npc/007-1/caelum.txt
+++ b/npc/007-1/caelum.txt
@@ -26,17 +26,17 @@ L_GiveTask:
next;
menu
- l("To be honest, I don't know. I was only walking, seeking for adventure!"), L_Quest,
+ l("To be honest, I don't know. I was only exploring, seeking for adventure!"), L_Quest,
l("It's none of your business."), L_Quit;
L_Quest:
mes "";
mesn;
- mesq l("You perchance said in adventure? Good, because I just hurt my arm while mining!");
+ mesq l("You said adventure? Good, because I just hurt my arm while mining!");
next;
mesn;
- mesq l("If you bring me some items to I do a bandage and heal myself, I'll give you my gloves!");
+ mesq l("If you bring me some items so that I can bandage my wound, I'll give you my gloves!");
next;
menu
@@ -68,12 +68,12 @@ L_List:
mes l("@@/10 @@", countitem(BatTeeth), getitemlink(BatTeeth));
mes l("@@/10 @@", countitem(CactusDrink), getitemlink(CactusDrink));
mes l("@@/20 @@", countitem(MaggotSlime), getitemlink(MaggotSlime));
- mes l("@@/8 @@, just because I'm hungry as a bear.", countitem(BugLeg), getitemlink(BugLeg));
+ mes l("@@/8 @@, just because I'm famished.", countitem(PiouLegs), getitemlink(PiouLegs));
close;
L_Check:
mesn;
- mesq l("Did you brought me everything I asked for?");
+ mesq l("Did you bring me everything I asked for?");
next;
menu
l("Yes!"), L_Give,
@@ -85,7 +85,7 @@ L_Give:
countitem(Lifestone) < 1 ||
countitem(CottonCloth) < 1 ||
countitem(RedScorpionStinger) < 2 ||
- countitem(BugLeg) < 8 ||
+ countitem(PiouLegs) < 8 ||
countitem(BatTeeth) < 10 ||
countitem(CactusDrink) < 10 ||
countitem(MaggotSlime) < 20 ||
@@ -97,7 +97,7 @@ L_Give:
delitem(Lifestone, 1);
delitem(CottonCloth, 1);
delitem(RedScorpionStinger, 2);
- delitem(BugLeg, 8);
+ delitem(PiouLegs, 8);
delitem(BatTeeth, 10);
delitem(CactusDrink, 10);
delitem(MaggotSlime, 20);
@@ -109,12 +109,12 @@ L_Give:
mes "";
mesn;
- mesq l("Here, all yours. I can't use them like I am now. Thank you.");
+ mesq l("Here, all yours. I can't use them while I am this hurt anyways. Thank you.");
close;
L_Complete:
mesn;
- mesq l("Wandering too much? Take care to don't get lost.");
+ mesq l("Wandering too much? Take care to not get lost.");
if (getq(MineQuest_Pickaxe) < 2) {
next;
select
@@ -124,7 +124,7 @@ L_Complete:
if (@menu == 2) {
compareandsetq MineQuest_Pickaxe, 0, 1;
mesn;
- mesq l("Uh, you should ask %s, he is the miners leader.", b(l("Tycoon")));
+ mesq l("Uh, you should ask %s, he is the leader of us miners.", b(l("Tycoon")));
next;
}
}
@@ -152,7 +152,7 @@ L_Lying:
L_TooWeak:
mesn;
- mesq l("Wanderer, here is dangerous! Go back!");
+ mesq l("Wanderer, this is a dangerous place! Go back!");
close;
OnInit: