Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32418
Modified Files:
lightsource.py
Log Message:
bugfixes
Index: lightsource.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/lightsource.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** lightsource.py 13 Oct 2004 19:14:35 -0000 1.12
--- lightsource.py 13 Oct 2004 19:15:26 -0000 1.13
***************
*** 130,134 ****
dropper.soundeffect(0x226)
! return True
def onDropOnChar( char, item ):
--- 130,134 ----
dropper.soundeffect(0x226)
! return False
def onDropOnChar( char, item ):
|