mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
Domesticated animals shouldn't be visible in FOW
Reviewed by: Stan Refs #3201 Differential Revision: https://code.wildfiregames.com/D891 This was SVN commit r20248.
This commit is contained in:
parent
8629b83ed9
commit
9d232fd39a
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
<UnitAI>
|
||||
<NaturalBehaviour>domestic</NaturalBehaviour>
|
||||
</UnitAI>
|
||||
<Visibility>
|
||||
<RetainInFog>false</RetainInFog>
|
||||
</Visibility>
|
||||
<Vision>
|
||||
<Range>6</Range>
|
||||
</Vision>
|
||||
|
|
|
|||
Loading…
Reference in a new issue