Gives all fish the new IsSeaCreature class, so AI can identify them more easily.

This was SVN commit r10309.
This commit is contained in:
James Baillie 2011-09-24 15:24:16 +00:00
parent 5fc514ab32
commit 17076f2561

View File

@ -7,7 +7,7 @@
<Health disable=""/> <Health disable=""/>
<Identity> <Identity>
<GenericName>Fish</GenericName> <GenericName>Fish</GenericName>
</Identity> <Classes datatype="tokens">IsSeaCreature</Classes> </Identity>
<Obstruction> <Obstruction>
<Unit radius="0.1"/> <Unit radius="0.1"/>
<BlockMovement>false</BlockMovement> <BlockMovement>false</BlockMovement>