[wpdev-commits] xmlscripts/scripts/npc healer.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-10-02 20:33:52
|
Update of /cvsroot/wpdev/xmlscripts/scripts/npc In directory sc8-pr-cvs1:/tmp/cvs-serv9409/scripts/npc Modified Files: healer.py Log Message: soundeffects Index: healer.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/npc/healer.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** healer.py 1 Oct 2003 09:18:57 -0000 1.1 --- healer.py 2 Oct 2003 20:33:49 -0000 1.2 *************** *** 20,23 **** --- 20,24 ---- if char.dead: char.socket.clilocmessage( 3002069, "", YELLOW, NORMAL ) # Resurrection + char.soundeffect( 0x215 ) char.resurrect() return OK |