Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8980/magic
Modified Files:
utilities.py
Log Message:
Fishing fix.
Index: utilities.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/utilities.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** utilities.py 6 Sep 2004 19:30:33 -0000 1.14
--- utilities.py 14 Sep 2004 01:22:49 -0000 1.15
***************
*** 115,119 ****
# A stat enhancing spell has expired
#
! def statmodifier_expire(char, args):
stat = args[0]
amount = args[1]
--- 115,119 ----
# A stat enhancing spell has expired
#
! def statmodifier_expire(char, args):
stat = args[0]
amount = args[1]
|