Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21842/npcs/animals
Modified Files:
base.xml
Log Message:
Fixed an invalid direction tag for animals
Index: base.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/base.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** base.xml 1 Oct 2004 22:38:27 -0000 1.16
--- base.xml 24 Oct 2004 21:15:33 -0000 1.17
***************
*** 13,17 ****
<name>unknown animal</name>
<wandertype>1</wandertype>
! <direction><random min="0" max="18" /></direction>
<anatomy>0</anatomy>
<mindamage>1</mindamage>
--- 13,17 ----
<name>unknown animal</name>
<wandertype>1</wandertype>
! <direction><random min="0" max="7" /></direction>
<anatomy>0</anatomy>
<mindamage>1</mindamage>
|