Changes IsSeaCreature to SeaCreature, gives whales SeaCreature

This was SVN commit r10350.
This commit is contained in:
James Baillie 2011-09-30 21:04:01 +00:00
parent 667d016c83
commit df6cf0c5e8
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -3,7 +3,8 @@
<Health>
<Max>100</Max>
<DeathType>remain</DeathType>
</Health>
</Health> <Identity>
<Classes datatype="tokens">SeaCreature</Classes> </Identity>
<ResourceSupply>
<KillBeforeGather>true</KillBeforeGather>
<Amount>500</Amount>