Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22324/system
Modified Files:
skillgain.py
Log Message:
various
Index: skillgain.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/skillgain.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** skillgain.py 7 Oct 2004 23:09:19 -0000 1.19
--- skillgain.py 8 Oct 2004 01:14:16 -0000 1.20
***************
*** 253,256 ****
--- 253,257 ----
realint = char.intelligence - char.intelligence2
+
if (char.npc or char.strengthlock != 0) or realstr >= char.strengthcap:
strchance = 0.0
|