Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/magic
Modified Files:
spell.py
Log Message:
Removed debug messages i forgot in there.
Index: spell.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/spell.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** spell.py 7 Sep 2004 20:09:52 -0000 1.21
--- spell.py 7 Sep 2004 21:17:00 -0000 1.22
***************
*** 189,193 ****
# Was: floor((delay / 4.0) * 1000)
! char.message(str(castspeed / 4.0))
return castspeed * 250
--- 189,193 ----
# Was: floor((delay / 4.0) * 1000)
! #char.message(str(castspeed / 4.0))
return castspeed * 250
***************
*** 225,229 ****
delay = float(castrecovery) / 4.0
! char.message(str(delay))
char.socket.settag('spell_delay', time.time() + delay)
--- 225,229 ----
delay = float(castrecovery) / 4.0
! #char.message(str(delay))
char.socket.settag('spell_delay', time.time() + delay)
|