[wpdev-commits] xmlscripts/scripts/magic circle1.py,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-30 16:01:53
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26709/magic Modified Files: circle1.py Log Message: nightsight changes Index: circle1.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/circle1.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** circle1.py 30 Sep 2004 15:57:31 -0000 1.13 --- circle1.py 30 Sep 2004 16:01:12 -0000 1.14 *************** *** 134,138 **** # With 100% magery you gain a 18 light level bonus ! bonus = max(6, min(18, math.floor(18 * (char.skill[MAGERY] / 1000.0)))) target.addscript( 'magic.nightsight' ) --- 134,138 ---- # With 100% magery you gain a 18 light level bonus ! bonus = max(8, min(18, math.floor(18 * (char.skill[MAGERY] / 1000.0)))) target.addscript( 'magic.nightsight' ) |