Update of /cvsroot/wpdev/xmlscripts/scripts/skills
In directory sc8-pr-cvs1:/tmp/cvs-serv19476/skills
Modified Files:
tasteid.py
Log Message:
moved some properties from cItem to python
Index: tasteid.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/tasteid.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tasteid.py 27 Apr 2003 07:31:38 -0000 1.1
--- tasteid.py 28 Aug 2003 20:47:57 -0000 1.2
***************
*** 72,80 ****
#char.socket.clilocmessage( 502821, "", 0x3b2, 3, item )
# poison potion/keg
- if item.more1 in range( 5, 9 ):
- char.socket.clilocmessage( 502822, "", 0x3b2, 3, item )
- # poison level
- if char.poisoned < ( item.more1 - 4 ):
- char.poisoned = item.more1 - 4
return
--- 72,75 ----
|