Update of /cvsroot/wpdev/xmlscripts/scripts/skills
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24730/skills
Modified Files:
mining.py
Log Message:
started housing
Index: mining.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/mining.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** mining.py 13 Oct 2004 19:47:48 -0000 1.40
--- mining.py 17 Oct 2004 01:20:26 -0000 1.41
***************
*** 45,48 ****
--- 45,50 ----
def mining( char, pos, tool ):
+ if not tool:
+ return False
char.addtimer( 1300, "skills.mining.domining", [ tool.serial, pos ] )
char.socket.settag( 'is_mining', ( wolfpack.time.currenttime() + miningdelay ) )
|