1
0
forked from 0ad/0ad

Make hawks selectable in Atlas and alleviate their tendency to congregate in the upper right corner of maps.

This was SVN commit r14444.
This commit is contained in:
wraitii 2013-12-30 12:43:57 +00:00
parent bd2cd235fd
commit bc136137fc
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<VisualActor>
<Actor>fauna/hawk.xml</Actor>
</VisualActor>
<UnitAI>
<RoamDistance>1000.0</RoamDistance>
</UnitAI>
<UnitMotion>
<WalkSpeed>8.0</WalkSpeed>
</UnitMotion>

View File

@ -10,6 +10,9 @@
<Floating>false</Floating>
<TurnRate>6.0</TurnRate>
</Position>
<Selectable>
<EditorOnly/>
</Selectable>
<UnitAI>
<AlertReactiveLevel>0</AlertReactiveLevel>
<DefaultStance>passive</DefaultStance>