[wpdev-commits] xmlscripts/scripts/skills alchemy.py,1.6,1.7
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-29 14:49:37
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31000/skills Modified Files: alchemy.py Log Message: Fix for shrink potions, the input system and the alchemy tools Index: alchemy.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/alchemy.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** alchemy.py 16 Jul 2004 07:09:27 -0000 1.6 --- alchemy.py 29 Oct 2004 14:49:12 -0000 1.7 *************** *** 36,39 **** --- 36,40 ---- else: item.settag('remaining_uses', uses - 1) + item.resendtooltip() return True |