[wpdev-commits] xmlscripts/scripts/system skillgain.py,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-04 22:53:58
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27996/system Modified Files: skillgain.py Log Message: gain Index: skillgain.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/skillgain.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** skillgain.py 4 Oct 2004 22:52:24 -0000 1.15 --- skillgain.py 4 Oct 2004 22:53:48 -0000 1.16 *************** *** 257,261 **** # Introduce a new "Gain Factor" # There is also a 1% minimum chance for gain ! gainchance = gainchance * info[SKILL_GAINFACTOR]) # Multiply with another gainfactor --- 257,261 ---- # Introduce a new "Gain Factor" # There is also a 1% minimum chance for gain ! gainchance = gainchance * info[SKILL_GAINFACTOR] # Multiply with another gainfactor |