summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 20:17:55 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 20:17:55 +0000
commit9fbf9932e874845247f285e5c1c4f6c15b4cea58 (patch)
tree47939b089708ffc221cc819177f3632e5cdaa543 /npc/merchants
parentc6e18085940a91c2656bc6bfeb795693b1fbb3c4 (diff)
downloadhercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.tar.gz
hercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.tar.bz2
hercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.tar.xz
hercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.zip
- Removed more trailing tabs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/buying_shops.txt2
-rw-r--r--npc/merchants/cashheadgear_dye.txt2
-rw-r--r--npc/merchants/clothes_dyer.txt2
-rw-r--r--npc/merchants/icecream.txt2
-rw-r--r--npc/merchants/refine.txt4
5 files changed, 6 insertions, 6 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt
index 936dabac3..19bbbe28f 100644
--- a/npc/merchants/buying_shops.txt
+++ b/npc/merchants/buying_shops.txt
@@ -234,7 +234,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 59,{
mes "I've given you 5 Bulk Buyer Shop Licenses for your trial.";
mes "Enjoy shopping!";
close;
- }
+ }
}
}else{
mes "[Mr. Hugh]";
diff --git a/npc/merchants/cashheadgear_dye.txt b/npc/merchants/cashheadgear_dye.txt
index a849dfad7..fa309738a 100644
--- a/npc/merchants/cashheadgear_dye.txt
+++ b/npc/merchants/cashheadgear_dye.txt
@@ -78,7 +78,7 @@ prt_in,253,168,4 script Alora 862,{
mes "Oh I'm so excited aren't you?";
mes "And just to be sure, what color is the "+ .@hgn$[.@t] +" you want me to use?";
next;
- mes "[Alora]";
+ mes "[Alora]";
mes "Please understand that I'm going to use the ^FF00001st "+ .@hgn$[.@t] +" of that color in your inventory!^000000";
next;
mes "[Alora]";
diff --git a/npc/merchants/clothes_dyer.txt b/npc/merchants/clothes_dyer.txt
index 6a79ebb4c..f619f8c0c 100644
--- a/npc/merchants/clothes_dyer.txt
+++ b/npc/merchants/clothes_dyer.txt
@@ -161,7 +161,7 @@ L_Super_Novice_M:
//=================================
// Clothing Dyeing for Females
-//=================================
+//=================================
Female_dye:
if(BaseJob==Job_Novice || BaseJob==Job_Novice_High || BaseJob==Job_Baby) goto L_Novice_F;
if(BaseJob==Job_Swordman || BaseJob==Job_Swordman_High || BaseJob==Job_Baby_Swordman) goto L_Swordman_F;
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt
index 918b0be2d..d04dbe08e 100644
--- a/npc/merchants/icecream.txt
+++ b/npc/merchants/icecream.txt
@@ -54,7 +54,7 @@
mes "If you eat more than 5 Ice creams,";
mes "If you might haveto make a lot of trips";
mes "to the bathroom tonight.";
- next;
+ next;
}
}
if(Zeny<.@input*100) {
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt
index 9e6ebd034..f2556034e 100644
--- a/npc/merchants/refine.txt
+++ b/npc/merchants/refine.txt
@@ -479,7 +479,7 @@ ein_in01,38,29,0 script Paul Spanner 63,{
case 2:
set .@item,1011;
set .@item_price,1000;
- break;
+ break;
case 3:
mes "[Paul Spanner]";
mes "If you need anything, just let me know.";
@@ -896,7 +896,7 @@ function script refinemain {
}
mes "[" + getarg(0) + "]";
mes "All finished... Come again soon.";
- close;
+ close;
}