summaryrefslogtreecommitdiff
path: root/world/map/npc/016-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
commita00579f57be4f02cd2a60ecd9468277ba6631e78 (patch)
treebc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/016-1
parentc0ba38cd4b68491e28e467889804ebc09c9c002e (diff)
downloadserverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.gz
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.bz2
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.xz
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.zip
Fix style (split for more readable diff)
Diffstat (limited to 'world/map/npc/016-1')
-rw-r--r--world/map/npc/016-1/gwendolyn.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/world/map/npc/016-1/gwendolyn.txt b/world/map/npc/016-1/gwendolyn.txt
index 2879db9a..828acff3 100644
--- a/world/map/npc/016-1/gwendolyn.txt
+++ b/world/map/npc/016-1/gwendolyn.txt
@@ -248,21 +248,25 @@ L_wp0:
mes "\"You're lucky. It is windless now.\"";
next;
goto L_choose_start_pos;
+
L_wp1:
mes "[Gwendolyn Bowmaker]";
mes "\"There is a slight breeze coming from "+ @wd$[@wdIndex] + ".\"";
next;
goto L_choose_start_pos;
+
L_wp2:
mes "[Gwendolyn Bowmaker]";
mes "\"The wind is blowing from "+ @wd$[@wdIndex] + ".\"";
next;
goto L_choose_start_pos;
+
L_wp3:
mes "[Gwendolyn Bowmaker]";
mes "\"Right now, there is a strong wind blowing from " + @wd$[@wdIndex] + ".\"";
next;
goto L_choose_start_pos;
+
L_wp4:
mes "[Gwendolyn Bowmaker]";
mes "\"Here we have a squall from "+ @wd$[@wdIndex] + ".\"";
@@ -577,7 +581,6 @@ S_getDirection:
if( @paramX==0 && @paramY==0 ) set @returnIndex, 5;
return;
}
-
////////////////////////////////////
// rand(X) returns a random number uniformly distributed between in range [0; X-1]
//
@@ -589,5 +592,3 @@ S_getDirection:
// A+B => 0+0, 1+0, 0+1, 1+1 => [0,1,2] 25% for 0 50 % for 1 25 % for 2
//
// rand(3) => [0,1,2] 33% for 0 33% for 1 33% for 2
-
-