mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Remove incorrect Germanic SpecificName
The SpecificName tag is meant to contain the name in the civ's native language, Proto-Germanic for the Germans. "Kriegsschiff", "Übungsbereich" and "Stadttor" on the other hand are modern German words.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<Entity parent="template_structure_military_range">
|
||||
<Identity>
|
||||
<Civ>germ</Civ>
|
||||
<SpecificName>Übungsbereich</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/germans/range.xml</Actor>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>germ</Civ>
|
||||
<SpecificName>Stadttor</SpecificName>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Obstructions>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>germ</Civ>
|
||||
<SpecificName>Kriegsschiff</SpecificName>
|
||||
<Icon>units/germ/ship_arrow.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
|
||||
Reference in New Issue
Block a user