From 15387e5e8a9b274b010a8aa4a225a15813fbcfa8 Mon Sep 17 00:00:00 2001 From: DZeroX Date: Fri, 4 Apr 2008 14:25:59 +0000 Subject: - Removed extra TABs from certain messages. (Bug ID: 1302) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12477 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/juice_maker.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/quests/juice_maker.txt') diff --git a/npc/quests/juice_maker.txt b/npc/quests/juice_maker.txt index 752c246c4..2e6f647b7 100644 --- a/npc/quests/juice_maker.txt +++ b/npc/quests/juice_maker.txt @@ -206,7 +206,7 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{ set .@juice,533; break; case 5: - mes "[Merchant Marx Hansen]" ; + mes "[Merchant Marx Hansen]"; mes "Well then..."; mes "See you next time."; close; @@ -235,13 +235,13 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{ while(1) { input .@input; if (.@input == 0) { - mes "[Merchant Marx Hansen]" ; + mes "[Merchant Marx Hansen]"; mes "Well then..."; mes "Come again."; close; } else if (.@input > 100) { - mes "[Merchant Marx Hansen]" ; + mes "[Merchant Marx Hansen]"; mes "More than 100 bottles is impossible. Choose a different amount."; next; } @@ -293,10 +293,10 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{ mes "Apple x 1 ea, Empty Bottle x 1 ea, 3 zeny."; mes ""; mes "^E3CF57- Banana Juice -^000000"; - mes "Banana x 1 ea, Empty Bottle x 1 ea, 3 zeny." ; + mes "Banana x 1 ea, Empty Bottle x 1 ea, 3 zeny."; mes ""; mes "^ED9121- Carrot Juice -^000000"; - mes "Carrot x 1 ea, Empty Bottle x 1 ea, 3 zeny." ; + mes "Carrot x 1 ea, Empty Bottle x 1 ea, 3 zeny."; mes ""; mes "^CC00FF- Grape Juice -^000000"; mes "Grape x 1 ea, Empty Bottle x 1 ea, 3 zeny."; -- cgit v1.2.3-60-g2f50