[wpdev-commits] xmlscripts/scripts/skills tailoring.py,1.7,1.8
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-04 16:45:02
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5753/skills Modified Files: tailoring.py Log Message: Small updates to trading. Index: tailoring.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/tailoring.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tailoring.py 16 May 2004 22:04:23 -0000 1.7 --- tailoring.py 4 Sep 2004 16:44:49 -0000 1.8 *************** *** 17,21 **** # Leather types used by tailoring. LEATHERS = [ ! ['Leather', TAILORING, 0, ['leather_cut', 'leather_hides'], 0x0, 'leather'], ['Spined Leather', TAILORING, 650, ['spined_leather_cut', 'spined_leather_hides'], 0x283, 'spined_leather'], ['Horned Leather', TAILORING, 800, ['horned_leather_cut', 'horned_leather_hides'], 0x227, 'horned_leather'], --- 17,21 ---- # Leather types used by tailoring. LEATHERS = [ ! ['Leather', TAILORING, 0, ['leather_cut', 'leather_hides'], 0x0, 'leather'], ['Spined Leather', TAILORING, 650, ['spined_leather_cut', 'spined_leather_hides'], 0x283, 'spined_leather'], ['Horned Leather', TAILORING, 800, ['horned_leather_cut', 'horned_leather_hides'], 0x227, 'horned_leather'], |