1
0
forked from 0ad/0ad

Adds the GarrisonTower and GarrisonFortress classes to towers and fortresses.

This was SVN commit r11452.
This commit is contained in:
James Baillie 2012-04-08 12:09:49 +00:00
parent 2dc3c36ee6
commit 8a0e47fdd6
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<Identity> <Identity>
<GenericName>Tower</GenericName> <GenericName>Tower</GenericName>
<Tooltip>Shoots arrows. Garrison to provide extra defense.</Tooltip> <Tooltip>Shoots arrows. Garrison to provide extra defense.</Tooltip>
<Classes datatype="tokens">Village Defensive -ConquestCritical</Classes> <Classes datatype="tokens">Village Defensive GarrisonTower -ConquestCritical</Classes>
<Icon>structures/defense_tower.png</Icon> <Icon>structures/defense_tower.png</Icon>
</Identity> </Identity>
<Obstruction> <Obstruction>

View File

@ -49,7 +49,7 @@
<Identity> <Identity>
<GenericName>Fortress</GenericName> <GenericName>Fortress</GenericName>
<Tooltip>Train heroes, champions, and siege weapons. Garrison: 20.</Tooltip> <Tooltip>Train heroes, champions, and siege weapons. Garrison: 20.</Tooltip>
<Classes datatype="tokens">City Defensive</Classes> <Classes datatype="tokens">City Defensive GarrisonFortress</Classes>
<Icon>structures/fortress.png</Icon> <Icon>structures/fortress.png</Icon>
</Identity> </Identity>
<Obstruction> <Obstruction>