[wpdev-commits] xmlscripts/scripts/commands restore.py,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-08 15:09:35
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13724/commands Modified Files: restore.py Log Message: trading fix. heal fix. Index: restore.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/restore.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** restore.py 27 Aug 2004 00:42:39 -0000 1.4 --- restore.py 8 Sep 2004 15:09:26 -0000 1.5 *************** *** 58,62 **** elif target.char: target.char.hitpoints = int( target.char.maxhitpoints ) ! target.char.updatestats() target.char.effect(0x376A, 9, 32) target.char.soundeffect(0x202) --- 58,62 ---- elif target.char: target.char.hitpoints = int( target.char.maxhitpoints ) ! target.char.updatehealth() target.char.effect(0x376A, 9, 32) target.char.soundeffect(0x202) |