[wpdev-commits] xmlscripts/scripts/skills anatomy.py,1.8,1.9
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-10-06 06:08:59
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1:/tmp/cvs-serv2511/scripts/skills Modified Files: anatomy.py Log Message: priv fix Index: anatomy.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/anatomy.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** anatomy.py 23 Sep 2003 12:17:39 -0000 1.8 --- anatomy.py 6 Oct 2003 06:08:53 -0000 1.9 *************** *** 58,62 **** # Invulnerable Characters cannot be examined ! if target.char.priv & 0x04 or target.char.dead: socket.clilocmessage( 0x7A266, "", 0x3b2, 3, target.char ) # That cannot be inspected. return --- 58,62 ---- # Invulnerable Characters cannot be examined ! if target.char.dead: socket.clilocmessage( 0x7A266, "", 0x3b2, 3, target.char ) # That cannot be inspected. return |