diff options
Diffstat (limited to 'npc/nekkio.txt')
-rw-r--r-- | npc/nekkio.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/nekkio.txt b/npc/nekkio.txt index de75ec85..55481b8a 100644 --- a/npc/nekkio.txt +++ b/npc/nekkio.txt @@ -8,12 +8,12 @@ new_3-1.gat,49,69,0 script Sandra 114,{ if(@TEMP == 0) goto L_4; L_1: mes "[Sandra]"; - mes "In the outskirts of Tulimshar, there lies a Red scorpion. I need a favor, please help me."; + mes "In the outskirts of Tulimshar, there wanders a red scorpion. I need a favor, please help me."; next; goto red; L_2: mes "[Sandra]"; - mes "When you venture in the outskirts of Tulimshar, you could spot a red scorpion. Will you help me kill one?"; + mes "When you venture in the outskirts of Tulimshar, you can spot a red scorpion. Will you help me kill one?"; next; goto red; L_3: @@ -23,7 +23,7 @@ L_3: goto red; L_4: mes "[Sandra]"; - mes "You look sturdy enough, will you help me getting something?"; + mes "You look sturdy enough, will you help me get something?"; next; goto red; red: |