From 7505508e42a4bb31dfbce8eb83b3829059d9b6d4 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 3 Dec 2012 13:38:12 +0100 Subject: Add dyed Cotton Cloth items --- world/map/npc/009-2/selim.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'world/map/npc/009-2') diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index d2f71d03..6ab83df5 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -165,6 +165,13 @@ L_finedress: set @del, 870; set @new, 2240; set @name$, "fine dress"; + goto L_picked_item; + +L_cottoncloth: + set @del, 660; + set @new, 2250; + set @name$, "cotton cloth"; + goto L_picked_item; L_picked_item: if (countitem(@del) == 0) goto L_havenone; -- cgit v1.2.3-70-g09d2