mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Removes Town class from wallset template. It was misleading because palisades and walls are not Town structure and they didn't even count as such buildings because the built walls don't inherit class from wallset.
This was SVN commit r18708.
This commit is contained in:
parent
8c6944f58f
commit
baed376b06
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
|||
<Identity>
|
||||
<Icon>structures/wall.png</Icon>
|
||||
<Classes datatype="tokens">StoneWall</Classes>
|
||||
<VisibleClasses datatype="tokens">Town</VisibleClasses>
|
||||
<GenericName>City Wall</GenericName>
|
||||
<Tooltip>Wall off your town for a stout defense.</Tooltip>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
|
|
|
|||
Loading…
Reference in a new issue