summaryrefslogtreecommitdiff
path: root/world/map
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-19 09:04:09 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-19 09:04:09 -0700
commite50a6c456829953f02ad68dd6e6a473c4a121dde (patch)
treeeebb04b4377a6fb7502edbc2131eac3d399766bb /world/map
parent89884ca46cf7d1def4fd19e97a846442fafdb38b (diff)
downloadserverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.tar.gz
serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.tar.bz2
serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.tar.xz
serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.zip
Trivial removal of some trailing whitespace that snuck in
Diffstat (limited to 'world/map')
-rw-r--r--world/map/npc/009-1/jack.txt10
-rw-r--r--world/map/npc/010-2/loratay.txt6
-rw-r--r--world/map/npc/021-1/hetchel.txt6
3 files changed, 11 insertions, 11 deletions
diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt
index 4932ccc6..cbdb0558 100644
--- a/world/map/npc/009-1/jack.txt
+++ b/world/map/npc/009-1/jack.txt
@@ -239,7 +239,7 @@ L_NohMask_Answer:
mes "[Jack Lumber]";
mes "\"Sorry, no.\"";
goto L_Close;
-
+
L_Made_Shield:
next;
mes "[Jack Lumber]";
@@ -247,8 +247,8 @@ L_Made_Shield:
mes "\"It has put me behind on all these new Nivalis orders, now that the ship is running there.\"";
next;
mes "\"Care to help out? I'll pay you for your time.\"";
-
-L_Daily:
+
+L_Daily:
set @dq_level, 30;
set @dq_cost, 25;
set @dq_count, 30;
@@ -256,7 +256,7 @@ L_Daily:
set @dq_friendly_name$, "raw logs";
set @dq_money, 4000;
set @dq_exp, 4000;
-
+
callfunc "DailyQuest";
next;
@@ -264,7 +264,7 @@ L_Daily:
mes "[Jack Lumber]";
mes "\"Check back with me tomorrow to see if I need any help with that shipment.\"";
- goto L_Close;
+ goto L_Close;
L_Close:
set @inspector, 0;
diff --git a/world/map/npc/010-2/loratay.txt b/world/map/npc/010-2/loratay.txt
index 436f7f09..906bd874 100644
--- a/world/map/npc/010-2/loratay.txt
+++ b/world/map/npc/010-2/loratay.txt
@@ -751,7 +751,7 @@ L_robe_sheets:
mes "[Lora Tay the Seamstress]";
mes "The seamstress puts your GP away, takes your measurements and puts the silk sheets on the table. She asks you to stretch out your arms, then pins the silk sheets in place all over your body.";
next;
-
+
L_get_robe:
mes "[Lora Tay the Seamstress]";
mes "She proceeds to make a number of mysterious marks on the sheets with a charcoal pen. Meanwhile, your arms are getting tired, but you're afraid to lower them-- she used a lot of pins to put everything into place, and you lost track of where they went...";
@@ -763,7 +763,7 @@ L_get_robe:
mes "[Lora Tay the Seamstress]";
mes "She then treats the seams with some odorless liquid, making them vanish completely. Finally she hands you the finished robe.";
getitem "SilkRobe", 1;
- if (@Robe_with_sheets == 1)
+ if (@Robe_with_sheets == 1)
goto L_robe_sheet_end;
mes "\"Here you are now, this will fit. And don't you dare tell anyone that I did this! I'm not about to start a silk cocoon collection!\"";
next;
@@ -823,7 +823,7 @@ L_robe_nosilk:
goto L_main_menu;
L_end:
- set @ROBE_COCOONS_NR, 0;
+ set @ROBE_COCOONS_NR, 0;
set @ROBE_ZENY, 0;
set @ROBE_SHEETS_NR, 0;
set @ROBE_SHEETS_ZENY, 0;
diff --git a/world/map/npc/021-1/hetchel.txt b/world/map/npc/021-1/hetchel.txt
index c0179d22..f4072c01 100644
--- a/world/map/npc/021-1/hetchel.txt
+++ b/world/map/npc/021-1/hetchel.txt
@@ -1,7 +1,7 @@
// Hetchel the Silk Weaver
-// bh28,
+// bh28,
// 2013-03, GPLv2.
-//
+//
// Hetchel is referred to by Lora Tay.
// She weaves and sells standard double elbow square silk sheets.
// She could also sell, dyed sheets, Silk robes from Lora Tay.
@@ -9,7 +9,7 @@
//
// Hetchel's workshop is actually under repair, Shé'll be back in 021-2 when workers have finished their job.
//
-// QUEST_WG_state: Global variable indicating winter gloves status.
+// QUEST_WG_state: Global variable indicating winter gloves status.
// Lora Tay proposes silk Robe if (QUEST_WG_state>= 11).
// @SHEET_COCOONS_NR : Number of cocoons required per sheet.
// Might ne calculated from @ROBE_COCOONS_NR/@ROBE_SHEETS_NR