diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-01 12:20:22 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-01 15:25:32 -0600 |
commit | 260776b9001af6f8ebab74da2d47ec2fcc655e1e (patch) | |
tree | bec2f504277b2fdbef6dbdfd6087ee3a6c73d432 /npc/010-2_Dimonds_Cove/loratay.txt | |
parent | d8eeb7fd8000b60611f657c2dd2fe094eac41cdf (diff) | |
download | serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.gz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.bz2 serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.xz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.zip |
More fixes for item labels
I am sorry about forgetting to check the scripts, I learnt that
mistake too late. This is the situation a few grep's later.
(I also updated the ignore list.)
Diffstat (limited to 'npc/010-2_Dimonds_Cove/loratay.txt')
-rw-r--r-- | npc/010-2_Dimonds_Cove/loratay.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/010-2_Dimonds_Cove/loratay.txt b/npc/010-2_Dimonds_Cove/loratay.txt index f2350a4c..ebe9a0c5 100644 --- a/npc/010-2_Dimonds_Cove/loratay.txt +++ b/npc/010-2_Dimonds_Cove/loratay.txt @@ -429,7 +429,7 @@ L_tanktop_short: if (@inventorylist_count == 100 && countitem("CottonCloth") > 5) goto L_TooMany; set zeny, zeny - 1000; delitem "CottonCloth", 5; - getitem "WhiteShortTankTop", 1; + getitem "ShortTankTop", 1; mes "[Lora Tay the Seamstress]"; mes "You watch as Lora sews the pieces of cloth together, then flattens the seams and ends with some odd liquid."; mes "Amazingly, the result looks like a single piece of cloth."; @@ -445,7 +445,7 @@ L_tanktop_long: if (@inventorylist_count == 100 && countitem("CottonCloth") > 6) goto L_TooMany; set zeny, zeny - 1000; delitem "CottonCloth", 6; - getitem "WhiteTankTop", 1; + getitem "TankTop", 1; mes "[Lora Tay the Seamstress]"; mes "After combining your pieces of cloth into one-- miraculously making the seams and stitches vanish-- the seamstress cuts out all that doesn't belong into a tank top, then folds and stabilises the edges with additional seam lines."; mes "\"There you are. Don't worry, I have trimmed it to match your size perfectly.\""; |