[wpdev-commits] xmlscripts/scripts ore.py,1.22,1.23
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-09-05 22:31:29
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18809/scripts Modified Files: ore.py Log Message: Small fix for ore smelted ingots and equipment smelted ingots. Index: ore.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/ore.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ore.py 16 Jul 2004 07:09:22 -0000 1.22 --- ore.py 5 Sep 2004 22:31:13 -0000 1.23 *************** *** 306,312 **** def successsmelt(char, resname, amount): ! item = wolfpack.additem('1bf2') item.amount = amount - item.baseid = '%s_ingot' % resname ore = mining.ORES[resname] --- 306,311 ---- def successsmelt(char, resname, amount): ! item = wolfpack.additem( '%s_ingot' % resname) item.amount = amount ore = mining.ORES[resname] |