[wpdev-commits] xmlscripts/scripts/skills bowcraft.py,1.14,1.15
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-09-05 20:02:31
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25930 Modified Files: bowcraft.py Log Message: Fix Index: bowcraft.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/bowcraft.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** bowcraft.py 9 Jul 2004 10:30:26 -0000 1.14 --- bowcraft.py 5 Sep 2004 20:02:03 -0000 1.15 *************** *** 86,90 **** chance = 100 elif chance < 0: ! chance = chance * -1 # chance range 0.00 - 1.00 --- 86,90 ---- chance = 100 elif chance < 0: ! chance = 0 # chance range 0.00 - 1.00 |