diff options
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/dye_maker.txt | 2 | ||||
-rw-r--r-- | npc/merchants/old_pharmacist.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/dye_maker.txt b/npc/merchants/dye_maker.txt index bca4ef276..bd2440c19 100644 --- a/npc/merchants/dye_maker.txt +++ b/npc/merchants/dye_maker.txt @@ -185,7 +185,7 @@ S_MakeDye: Zeny -= .@cost; // get dyestuff getitem .@dyestuff,1; - + mes "[Dye Maker Java Dullihan]"; mes "Hmm... It came out pretty well. A very rich color. Of course I'll be trying harder to make a more charming color..."; next; diff --git a/npc/merchants/old_pharmacist.txt b/npc/merchants/old_pharmacist.txt index 1889ea3b9..15a8206b6 100644 --- a/npc/merchants/old_pharmacist.txt +++ b/npc/merchants/old_pharmacist.txt @@ -181,7 +181,7 @@ alberta_in,16,28,4 script Pharmacist 1_M_PUBMASTER,{ mes "What a boring person. If you have something to say, why don't you say it?!"; close; } - + L_Making: next; mes "[Old Pharmacist]"; |