Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8919/scripts/magic
Modified Files:
circle8.py
Log Message:
Fixed bug #0000331. (archery butte broken)
Index: circle8.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/circle8.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** circle8.py 9 Sep 2004 17:28:11 -0000 1.15
--- circle8.py 27 Sep 2004 16:28:32 -0000 1.16
***************
*** 100,104 ****
return
! target.resurrect()
target.soundeffect(0x214)
--- 100,104 ----
return
! target.resurrect( char )
target.soundeffect(0x214)
|