summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/sandra.txt
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-05-20 21:43:56 +0200
committerJared Adams <jaxad0127@gmail.com>2009-05-20 17:31:06 -0600
commit761af1f0ee86abd4ebcebe73acefa8b3cedcdf77 (patch)
tree799cc78d96d65b92ef2f8ac97e78435f9e2aec92 /npc/001-1_Tulimshar/sandra.txt
parenta8dcdb343624c94485f7ea4c9ac07648a489a706 (diff)
downloadserverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.tar.gz
serverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.tar.bz2
serverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.tar.xz
serverdata-761af1f0ee86abd4ebcebe73acefa8b3cedcdf77.zip
Minor string fixes
* Correct spelling of Scoprion (reported by erebe on the forums) * Remove plural ending from item popup syntax
Diffstat (limited to 'npc/001-1_Tulimshar/sandra.txt')
-rw-r--r--npc/001-1_Tulimshar/sandra.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-1_Tulimshar/sandra.txt b/npc/001-1_Tulimshar/sandra.txt
index f49c849b..28a44d23 100644
--- a/npc/001-1_Tulimshar/sandra.txt
+++ b/npc/001-1_Tulimshar/sandra.txt
@@ -47,19 +47,19 @@ L_Yes:
L_Req0:
mes "[Sandra]";
- mes "\"I need 5 [Scorpion Stingers] and 1 [Red Scoprion Stinger].\"";
+ mes "\"I need 5 [Scorpion Stinger]s and 1 [Red Scorpion Stinger].\"";
next;
goto L_Set;
L_Req1:
mes "[Sandra]";
- mes "\"I heard a while ago that scorpion stingers can be used for medical purposes. I need you to help me get 5 [Scorpion Stingers] and 1 [Red Scoprion Stinger].\"";
+ mes "\"I heard a while ago that scorpion stingers can be used for medical purposes. I need you to help me get 5 [Scorpion Stinger]s and 1 [Red Scorpion Stinger].\"";
next;
goto L_Set;
L_Req2:
mes "[Sandra]";
- mes "\"Bring me 5 [Scorpion Stingers] and 1 [Red Scoprion Stinger]. I'll give you something if you do.\"";
+ mes "\"Bring me 5 [Scorpion Stinger]s and 1 [Red Scorpion Stinger]. I'll give you something if you do.\"";
next;
goto L_Set;
@@ -74,7 +74,7 @@ L_Progress:
if (countitem(517) < 1) goto L_NotEnough;
mes "[Sandra]";
mes "\"Excellent!";
- mes "You brought me 5 [Scorpion Stingers] and 1 [Red Scoprion Stinger]!\"";
+ mes "You brought me 5 [Scorpion Stinger]s and 1 [Red Scorpion Stinger]!\"";
getinventorylist;
if ((@inventorylist_count - (countitem(507) == 5) - (countitem(517) == 1)) > 99 - (countitem(1199) == 0)) goto L_TooMany;
delitem 507, 5;
@@ -86,7 +86,7 @@ L_Progress:
L_NotEnough:
mes "[Sandra]";
- mes "\"Please hurry and bring me 5 [Scorpion Stingers] and 1 [Red Scoprion Stinger].\"";
+ mes "\"Please hurry and bring me 5 [Scorpion Stinger]s and 1 [Red Scorpion Stinger].\"";
close;
L_Done: