Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14456/system
Modified Files:
loot.py
Log Message:
bugfixes
Index: loot.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/loot.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** loot.py 29 Sep 2004 22:05:10 -0000 1.22
--- loot.py 4 Oct 2004 12:53:20 -0000 1.23
***************
*** 522,526 ****
# 10% Jewelry
if value > 0.90:
! citem = wolfpack.additem(random.choice(DEF_JEWELRY))
# 10% Shield
elif value > 0.80:
--- 522,526 ----
# 10% Jewelry
if value > 0.90:
! citem = wolfpack.additem(random.choice(DEF_JEWELERY))
# 10% Shield
elif value > 0.80:
|