summaryrefslogtreecommitdiff
path: root/npc/re/cities/malangdo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/cities/malangdo.txt')
-rw-r--r--npc/re/cities/malangdo.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt
index 58e6be2f3..50e6bc832 100644
--- a/npc/re/cities/malangdo.txt
+++ b/npc/re/cities/malangdo.txt
@@ -278,10 +278,10 @@ malangdo,219,86,4 script Kong#malang 545,{
// Town NPCs :: malang_tre
//============================================================
malangdo,147,117,3 script Innkeeper#malang 554,{
- mes "Can see a lazy cat standing on a chair.";
- mes "Thought it is an Innkeeper, but do not looks like that having a business.";
+ mes "You see a lazy cat standing on a chair.";
+ mes "You guess that this is the Innkeeper.";
next;
- switch(select("Can I rest in hammock?:Want to store in inn.:Looks free at the moment.")) {
+ switch(select("Umm... can I rest here?:Psst... can I save here?:Leave.")) {
case 1:
mes "[Innkeeper]";
mes "You can use hammock as you want but give me ^FF00005 pieces of Malang Sp Can^000000, then will make you stress out.";
@@ -324,7 +324,10 @@ malangdo,147,117,3 script Innkeeper#malang 554,{
malangdo,151,120,3 script Wandering Minstrel#mal 479,{
mes "[Wandering Minstrel]";
- mes "I have a sleepy momnet whenever seeing that innkeeper. So comfortable...";
+ mes "Boy, that lazy cat makes me want to just nap all day long.";
+ next;
+ mes "[Wandering Minstrel]";
+ mes "He makes life look so simple";
close;
}