mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Offer the same techs and production queue at the Temple of Vesta as are available to the general roman temple (in particular Sibylline Books tech).
Reviewed by fatherbushido, fixes #4232. This was SVN commit r18753.
This commit is contained in:
parent
09e775446e
commit
06bf79b7e8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_civic_temple">
|
||||
<Entity parent="structures/rome_temple">
|
||||
<Auras datatype="tokens">loyalty_regen</Auras>
|
||||
<BuildRestrictions>
|
||||
<Category>UniqueBuilding</Category>
|
||||
|
|
@ -12,7 +12,6 @@
|
|||
<SpawnEntityOnDeath>rubble/rubble_3x3</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>rome</Civ>
|
||||
<GenericName>Temple of Vesta</GenericName>
|
||||
<Icon>structures/temple_vesta.png</Icon>
|
||||
<SpecificName>Aedes Vestae</SpecificName>
|
||||
|
|
|
|||
Loading…
Reference in a new issue