Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31794
Modified Files:
lightsource.py
Log Message:
bugfixes
Index: lightsource.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/lightsource.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** lightsource.py 13 Oct 2004 19:11:13 -0000 1.10
--- lightsource.py 13 Oct 2004 19:13:22 -0000 1.11
***************
*** 121,127 ****
# Turn off the lightsource
if item.id in burning and ids.has_key( item.id ):
! item.id = ids[ item.id ]
! if not wolfpack.utilities.tocontainer(item, container):
! item.update()
dropper.soundeffect(0x226)
--- 121,127 ----
# Turn off the lightsource
if item.id in burning and ids.has_key( item.id ):
! item.id = ids[item.id]
! #if not wolfpack.utilities.tocontainer(item, container):
! # item.update()
dropper.soundeffect(0x226)
|