[wpdev-commits] xmlscripts/scripts potions.py,1.60,1.61
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-29 14:49:37
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31000 Modified Files: potions.py Log Message: Fix for shrink potions, the input system and the alchemy tools Index: potions.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/potions.py,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** potions.py 28 Oct 2004 19:13:17 -0000 1.60 --- potions.py 29 Oct 2004 14:49:12 -0000 1.61 *************** *** 670,673 **** --- 670,674 ---- figurine.addscript('figurine') figurine.settag('pet', target.char.serial) + figurine.color = target.char.skin figurine.name = target.char.name figurine.update() |