[wpdev-commits] xmlscripts/scripts yarn.py,1.3,1.4
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-08-28 20:51:36
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv20213 Modified Files: yarn.py Log Message: moved some properties from cItem to python Index: yarn.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/yarn.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** yarn.py 28 Aug 2003 20:47:57 -0000 1.3 --- yarn.py 28 Aug 2003 20:51:32 -0000 1.4 *************** *** 62,68 **** else: - target.item.delete() - - else: target.item.settag( 'amount', 0 ) item_new = wolfpack.additem( "f9a" ) --- 62,65 ---- *************** *** 70,75 **** item_new.update() char.socket.clilocmessage( 0x7A290 ) # You create some cloth and put it in your backpack. - - else: - char.socket.clilocmessage( 0x7A28F ) # Try using that on a loom. - return --- 67,68 ---- |