Fix skirmish entities to use Hellenic actors after removing the Athenian duplicates.

This was SVN commit r18367.
This commit is contained in:
sanderd17 2016-06-12 15:13:09 +00:00
parent 9dc66a27d8
commit 929711febb
6 changed files with 6 additions and 6 deletions

View File

@ -8,6 +8,6 @@
<general>structures/{civ}_corral</general>
</SkirmishReplacer>
<VisualActor>
<Actor>structures/athenians/corral.xml</Actor>
<Actor>structures/hellenes/corral.xml</Actor>
</VisualActor>
</Entity>

View File

@ -11,6 +11,6 @@
<general>structures/{civ}_defense_tower</general>
</SkirmishReplacer>
<VisualActor>
<Actor>structures/athenians/scout_tower.xml</Actor>
<Actor>structures/hellenes/scout_tower.xml</Actor>
</VisualActor>
</Entity>

View File

@ -7,6 +7,6 @@
<general>structures/{civ}_farmstead</general>
</SkirmishReplacer>
<VisualActor>
<Actor>structures/athenians/farmstead.xml</Actor>
<Actor>structures/hellenes/farmstead.xml</Actor>
</VisualActor>
</Entity>

View File

@ -7,6 +7,6 @@
<ProductionQueue disable=""/>
<SkirmishReplacer/>
<VisualActor>
<Actor>structures/athenians/house.xml</Actor>
<Actor>structures/hellenes/house.xml</Actor>
</VisualActor>
</Entity>

View File

@ -7,6 +7,6 @@
<general>structures/{civ}_outpost</general>
</SkirmishReplacer>
<VisualActor>
<Actor>structures/athenians/outpost.xml</Actor>
<Actor>structures/hellenes/outpost.xml</Actor>
</VisualActor>
</Entity>

View File

@ -7,6 +7,6 @@
<general>structures/{civ}_storehouse</general>
</SkirmishReplacer>
<VisualActor>
<Actor>structures/athenians/storehouse.xml</Actor>
<Actor>structures/hellenes/storehouse.xml</Actor>
</VisualActor>
</Entity>