[wpdev-commits] xmlscripts/scripts/commands resurrect.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-09 07:41:10
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1534/commands Modified Files: resurrect.py Log Message: Fixes Index: resurrect.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/resurrect.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** resurrect.py 8 Jul 2004 22:14:04 -0000 1.1 --- resurrect.py 9 Jul 2004 07:41:02 -0000 1.2 *************** *** 3,8 **** \command resurrect \description Resurrects a character. ! \notes If the character is standing on his corpse he will regain<br /> ! all his posessions and equipment. """ --- 3,8 ---- \command resurrect \description Resurrects a character. ! \notes If the character is standing on his corpse he will regain ! all his posessions and equipment. """ *************** *** 33,37 **** target.char.soundeffect( 0x215 ) target.char.resurrect() ! char.log(LOG_MESSAGE, "0x%x resurrects character 0x%x.\n" % ( char.serial, target.char.serial ) ) # Restore the character as well, added bonus. target.char.hitpoints = target.char.maxhitpoints --- 33,37 ---- 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. target.char.hitpoints = target.char.maxhitpoints |