Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22550/commands
Modified Files:
info.py
Log Message:
fixes
Index: info.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/info.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** info.py 25 Sep 2004 19:57:27 -0000 1.23
--- info.py 25 Sep 2004 20:53:18 -0000 1.24
***************
*** 575,579 ****
char.direction = int( textentries[ key ] )
elif key == 13:
! char.invulnerable = str2bool( textentries[ key ] )
elif key == 14:
char.strength = int( textentries[ key ] )
--- 575,579 ----
char.direction = int( textentries[ key ] )
elif key == 13:
! char.invulnerable = str2bool( textentries[ key ] )
elif key == 14:
char.strength = int( textentries[ key ] )
|