mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
add specific names for gaul and brit fishing ships, fixes #3490, patch from stanislas69
This was SVN commit r17321.
This commit is contained in:
parent
a6b44c12a2
commit
42d42243ac
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<Entity parent="template_unit_mechanical_ship_fishing">
|
||||
<Identity>
|
||||
<Civ>brit</Civ>
|
||||
<SpecificName>/Fishing Boat/</SpecificName>
|
||||
<SpecificName>Manea</SpecificName>
|
||||
<History>Need History</History>
|
||||
<Icon>units/celt_ship_fishing.png</Icon>
|
||||
</Identity>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<Entity parent="template_unit_mechanical_ship_fishing">
|
||||
<Identity>
|
||||
<Civ>gaul</Civ>
|
||||
<SpecificName>/Fishing Boat/</SpecificName>
|
||||
<SpecificName>Lembus</SpecificName>
|
||||
<History>Need History</History>
|
||||
<Icon>units/celt_ship_fishing.png</Icon>
|
||||
</Identity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue