summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-2-1/dustman.txt7
-rw-r--r--npc/018-2-1/warps.txt6
2 files changed, 7 insertions, 6 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt
index 1a9e43fea..cb34214be 100644
--- a/npc/018-2-1/dustman.txt
+++ b/npc/018-2-1/dustman.txt
@@ -41,12 +41,13 @@
if (.@hh > 0) {
next;
mesn;
- mesq l("Hm, good job out there.");
+ mesq l("Hm, good luck out there.");
if (getq2(LoFQuest_HH) & HH_MASTER) {
+ mes "";
mesn;
mesq l("I see you finished the Master Dungeon and didn't found my men. I'll think on something.");
- mesq l("Unfortunately, the main reward of this quest is still a Work In Progress.");
- mesq l("However, I can restart the Heroes Hold, if you want. You'll also get a reward. Are you ready?");
+ mesq l("Unfortunately, the main reward of this quest is still a ##1Work In Progress##0.");
+ mesq l("However, I can restart the Heroes Hold, if you want. You'll get a reward, but will need to start from scratch. Should I do it?");
inventoryplace SilverGift, 1, MercBoxA, 5, CasinoCoins, 3, HeroCoin, 60;
next;
if (askyesno() == ASK_YES) {
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt
index 30a0c54b8..e065fecd3 100644
--- a/npc/018-2-1/warps.txt
+++ b/npc/018-2-1/warps.txt
@@ -33,7 +33,7 @@ OnTouch:
.@q=getq2(LoFQuest_HH);
mesn l("Heroes Hold");
mes l("This is only for the skilled players. Newbies, KEEP OUT!");
- mes l("Time Limit: 20 minutes on any dungeon.");
+ mes l("Time Limit: 25 minutes on any dungeon.");
mes l("Please select target dungeon:");
mes "";
select
@@ -115,11 +115,11 @@ OnTouch:
mes l("- Defeat the BOSS on each dungeon!");
mes "";
mes l(".:: Withdraw Conditions ::.");
- mes l("- Time runs out (20m).");
+ mes l("- Time runs out (25m).");
mes l("- Get killed yourself.");
mes l("- Teleport yourself away.");
next;
- mes l("Dying inside the Heroes Hold Main Dungeon does not have a penalty. However, dying outside have.");
+ mes l("Dying inside the Heroes Hold Main Dungeon does not have a penalty. However, dying outside the castle have.");
break;
}