mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Make Spartan Civilians defensive and able to patrol
This commit is contained in:
parent
fb38c8781b
commit
37b0a0e083
2 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
<SpecificName>Heilōs</SpecificName>
|
||||
<Icon>units/spart/support_civilian.png</Icon>
|
||||
</Identity>
|
||||
<UnitAI>
|
||||
<DefaultStance>defensive</DefaultStance>
|
||||
<CanPatrol>true</CanPatrol>
|
||||
</UnitAI>
|
||||
<VisualActor>
|
||||
<Actor>units/spartans/citizen_{phenotype}.xml</Actor>
|
||||
</VisualActor>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
</Identity>
|
||||
<UnitAI>
|
||||
<CanPatrol>true</CanPatrol>
|
||||
<DefaultStance>defensive</DefaultStance>
|
||||
</UnitAI>
|
||||
<VisualActor>
|
||||
<Actor>units/spartans/female_citizen.xml</Actor>
|
||||
|
|
|
|||
Loading…
Reference in a new issue