From edc6955fb7c3a035667db82b5ba7532d03e99fba Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 4 Dec 2016 04:03:24 +0100 Subject: Fix some wrong line spacing between Lloyd's dialogue. --- npc/001-2-19/lloyd.txt | 7 +++---- 1 file 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); -- cgit v1.2.3-70-g09d2