[wpdev-commits] xmlscripts/scripts/skills bowcraft.py,1.17,1.18
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-20 04:36:24
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26297/skills Modified Files: bowcraft.py Log Message: Fixed crafting of stackable bowcrafting items. Index: bowcraft.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/bowcraft.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** bowcraft.py 20 Sep 2004 04:32:19 -0000 1.17 --- bowcraft.py 20 Sep 2004 04:36:15 -0000 1.18 *************** *** 94,97 **** --- 94,99 ---- # # For bowcraft we simply consume the maximum material available. + # Here we try to consume extra material to add to the amount of our + # items. # def applyproperties(self, player, arguments, item, exceptional): |