- Removed extra TABs from certain messages. (Bug ID: 1302)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12477 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b41dee8fcd
commit
ccaf9887c1
@ -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.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user