diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2009-02-25 16:23:13 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-25 10:00:30 -0700 |
commit | 5b5cc1021fe8eb01383915722fffb314744a3439 (patch) | |
tree | dc74ff865b9da66253af1ef843e3e2f4fc87d6a5 /npc/009-2_Hurnscald/selim.txt | |
parent | 3ea6b851ee7462f0ecc83b1d7e4f539f48aa502f (diff) | |
download | serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.tar.gz serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.tar.bz2 serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.tar.xz serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.zip |
Add dyed gloves and put them on sale
Diffstat (limited to 'npc/009-2_Hurnscald/selim.txt')
-rw-r--r-- | npc/009-2_Hurnscald/selim.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt index 14eac5b9..bfd8bc46 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -29,6 +29,7 @@ L_clothes_choice: "Cotton headband", L_headband, "Desert hat", L_desert_hat, "Cotton boots", L_cottonboots, + "Cotton gloves", L_cottongloves, "I'm fine for now, thanks.", -; close; @@ -100,6 +101,12 @@ L_cottonboots: set @name$, "cotton boots"; goto L_picked_item; +L_cottongloves: + set @del, 741; + set @new, 2160; + set @name$, "cotton gloves"; + goto L_picked_item; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; L_colour: |