[wpdev-commits] xmlscripts/scripts/testing __init__.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-22 17:22:27
|
Update of /cvsroot/wpdev/xmlscripts/scripts/testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21469 Modified Files: __init__.py Log Message: Allowed casting from scrolls. Decreased mana by 50% for scrolls decreased circle for skill calculation by 2 for scrolls started implementation for wands Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/testing/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 16 May 2004 21:32:32 -0000 1.1 --- __init__.py 22 Jul 2004 17:22:17 -0000 1.2 *************** *** 0 **** --- 1,5 ---- + + def onUse(char, item): + char.message(str(char)) + char.message(str(item)) + char.message(str(item.pos)) \ No newline at end of file |