From 260776b9001af6f8ebab74da2d47ec2fcc655e1e Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Mon, 1 Jun 2009 12:20:22 +0200 Subject: 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.) --- npc/010-2_Dimonds_Cove/loratay.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/010-2_Dimonds_Cove') 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.\""; -- cgit v1.2.3-70-g09d2