[wpdev-commits] xmlscripts/scripts/skills healing.py,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Incanus <inc...@us...> - 2004-09-27 16:28:46
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8919/scripts/skills Modified Files: healing.py Log Message: Fixed bug #0000331. (archery butte broken) Index: healing.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/healing.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** healing.py 16 Jul 2004 07:09:27 -0000 1.5 --- healing.py 27 Sep 2004 16:28:33 -0000 1.6 *************** *** 149,153 **** if chance >= whrandom.randint( 0, 1000 ): char.socket.clilocmessage( 500965, "", 0x3b2, 3 ) ! healto.resurrect() else: char.socket.clilocmessage( 500966, "", 0x3b2, 3 ) --- 149,153 ---- if chance >= whrandom.randint( 0, 1000 ): char.socket.clilocmessage( 500965, "", 0x3b2, 3 ) ! healto.resurrect( char ) else: char.socket.clilocmessage( 500966, "", 0x3b2, 3 ) |