Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8919/scripts/commands
Modified Files:
resurrect.py
Log Message:
Fixed bug #0000331. (archery butte broken)
Index: resurrect.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/resurrect.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** resurrect.py 9 Jul 2004 21:08:36 -0000 1.3
--- resurrect.py 27 Sep 2004 16:28:32 -0000 1.4
***************
*** 32,36 ****
char.turnto( target.char )
target.char.soundeffect( 0x215 )
! target.char.resurrect()
char.log( LOG_MESSAGE, "Resurrects character 0x%x.\n" % target.char.serial )
# Restore the character as well, added bonus.
--- 32,36 ----
char.turnto( target.char )
target.char.soundeffect( 0x215 )
! target.char.resurrect( char )
char.log( LOG_MESSAGE, "Resurrects character 0x%x.\n" % target.char.serial )
# Restore the character as well, added bonus.
|