1
0
forked from 0ad/0ad

Fixed Gallic Outpost name. Fixes #2167.

Fix Ptol civ center footprint.

This was SVN commit r13954.
This commit is contained in:
Michael D. Hafer 2013-10-06 06:53:32 +00:00
parent 50782c1c1c
commit f4e4247f06
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<Entity parent="template_structure_defense_outpost">
<Identity>
<Civ>gaul</Civ>
<SpecificName>Brythonic Outpost</SpecificName>
<SpecificName>Gallic Outpost</SpecificName>
<History>*I could not find any evidence of a celtic tower, but I'm giving them one for gameplay reasons.*</History>
</Identity>
<VisualActor>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_civil_centre">
<Footprint>
<Square width="40.0" depth="32.5"/>
<Square width="40.0" depth="40.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_hele_cc</SpawnEntityOnDeath>
</Health>
<Obstruction>
<Static width="37.0" depth="29"/>
<Static width="37.0" depth="37"/>
</Obstruction>
<Identity>
<Civ>ptol</Civ>