summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-12-04 04:03:24 +0100
committerReid <reidyaro@gmail.com>2016-12-04 04:03:24 +0100
commitedc6955fb7c3a035667db82b5ba7532d03e99fba (patch)
tree5e02f70a0c741404ec713afe28c460a29e0c4e8c
parentc1610c2395490d4b71b7b84da89fa60e146c3db6 (diff)
downloadserverdata-edc6955fb7c3a035667db82b5ba7532d03e99fba.tar.gz
serverdata-edc6955fb7c3a035667db82b5ba7532d03e99fba.tar.bz2
serverdata-edc6955fb7c3a035667db82b5ba7532d03e99fba.tar.xz
serverdata-edc6955fb7c3a035667db82b5ba7532d03e99fba.zip
Fix some wrong line spacing between Lloyd's dialogue.
-rw-r--r--npc/001-2-19/lloyd.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt
index 6a6585cf..871a56e0 100644
--- a/npc/001-2-19/lloyd.txt
+++ b/npc/001-2-19/lloyd.txt
@@ -104,14 +104,14 @@
case 1:
if (Zeny < .@price)
{
- speech 4,
+ speech 5,
l("You do not seem to have enough money, come back later!");
}
else
{
Zeny = Zeny - .@price;
setq ArtisQuests_Lloyd, 1;
- speech 4,
+ speech 5,
l("Perfect!"),
l("I wrote your name on the book, you are now free to use the storage and bank services.");
}
@@ -223,7 +223,6 @@
l("You currently have @@ on your bank account.", #MerchantBank);
break;
case 4:
- mes "";
break;
}
} while (.@q != 4);
@@ -285,7 +284,7 @@
}
if (@menu != 6)
{
- speech 5,
+ speech 13,
l("Something else?");
}
} while (@menu != 6);