diff options
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.\""; |