summaryrefslogtreecommitdiff
path: root/world/map/npc/002-4/miners.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/002-4/miners.txt')
-rw-r--r--world/map/npc/002-4/miners.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/002-4/miners.txt b/world/map/npc/002-4/miners.txt
index c2a3bf0a..2078cb7b 100644
--- a/world/map/npc/002-4/miners.txt
+++ b/world/map/npc/002-4/miners.txt
@@ -7,7 +7,7 @@
if (TMW_Quest == 38) goto L_Sema_GCM;
mes "[Sema the Miner]";
- mes "\"This place is odd. There is a chest somewhere in this palace, but I don't know where. I think the archants have eaten all the spare keys for the chest, too.\"";
+ mes "\"Hello adventurer. I do not know exactly where, but somewhere in this cave there is a chest. And wouldn't you know it! The archants have eaten all the spare keys for the chest. Go and do what you must do.\"";
close;
L_Sema_GCM:
@@ -38,12 +38,12 @@ L_Sema_Happy:
getitem "DesertShirt", 1;
set TMW_Quest, 40;
mes "[Sema the Miner]";
- mes "\"You killed it! What a relief! Please accept this Desert Shirt as reward.\"";
+ mes "\"You killed it! What a relief! I wish I had more to give, but please accept this Desert Shirt as reward.\"";
close;
L_Sema_TooMany:
mes "[Sema the Miner]";
- mes "\"You have too many items for me to give you a reward. Please drop or sell something so I can give it to you.\"";
+ mes "\"You have too many items for me to give you a reward. Please drop or sell something so I can give it to you. Oh and yes, you can also store items at the nearest bank.\"";
close;
L_Sema_Not_Happy:
@@ -54,6 +54,6 @@ L_Sema_Not_Happy:
L_Sema_Done:
mes "[Sema the Miner]";
- mes "\"Thank you for all your help.\"";
+ mes "\"You made this cave safer, you are kind beyond belief. Others may need you. Happy adventuring.\"";
close;
}