[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.28,1.29
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-09-30 16:41:47
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv3788 Modified Files: consts.py Log Message: pickaxe Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** consts.py 29 Sep 2003 13:26:18 -0000 1.28 --- consts.py 30 Sep 2003 16:41:44 -0000 1.29 *************** *** 36,39 **** --- 36,43 ---- LUMBERJACKING_REFILLTIME = 60 * 5 # 5 Minutes Refresh time for trees + # Mining Settings + MINING_MAX_DISTANCE = 2 + + # Skill Constants ALCHEMY = 0 |