[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.88,1.89
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-10 19:56:54
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4434/wolfpack Modified Files: consts.py Log Message: fixes Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** consts.py 10 Oct 2004 19:23:23 -0000 1.88 --- consts.py 10 Oct 2004 19:56:43 -0000 1.89 *************** *** 112,119 **** # Potion Delays ! HEAL_POT_DELAY = 10000 # 10 Seconds ! AGILITY_TIME = 120000 # 2 minutes ! STRENGTH_TIME = 120000 # 2 minutes ! INTELLIGENCE_TIME = 120000 # 2 minutes # Potion Ranges POTION_LESSERHEAL_RANGE = [ 3, 10] --- 112,119 ---- # Potion Delays ! HEAL_POT_DELAY = 10.0 # 10 Seconds ! AGILITY_TIME = 120.0 # 2 minutes ! STRENGTH_TIME = 120.0 # 2 minutes ! INTELLIGENCE_TIME = 120.0 # 2 minutes # Potion Ranges POTION_LESSERHEAL_RANGE = [ 3, 10] |