From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/016-1/gwendolyn.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'world/map/npc/016-1') 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 - - -- cgit v1.2.3-60-g2f50