[wpdev-commits] xmlscripts/scripts/wolfpack utilities.py,1.18,1.19
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-09-29 17:15:34
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv20568 Modified Files: utilities.py Log Message: mining Index: utilities.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/utilities.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** utilities.py 28 Sep 2003 20:29:39 -0000 1.18 --- utilities.py 29 Sep 2003 17:15:20 -0000 1.19 *************** *** 223,227 **** def isoregem( item ): ! return item.id == 0x1ea7 and item.hastag( 'resource' ) and item.gettag( 'resource' ) == 'ore' and item.hastag( 'min' ) and item.hastag( 'max' ) def ismountainorcave( tile ): --- 223,227 ---- def isoregem( item ): ! return item.id == 0x1ea7 and item.hastag( 'resource' ) and item.gettag( 'resource' ) == 'ore' def ismountainorcave( tile ): |