mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
Make phase technology researchable in all captured civic center. Reviewed by elexis. Fix #4572.
This was SVN commit r19569.
This commit is contained in:
parent
57e767ac08
commit
ae3b66a778
3 changed files with 4 additions and 6 deletions
|
|
@ -14,12 +14,6 @@
|
|||
units/{civ}_infantry_slinger_b
|
||||
units/{civ}_cavalry_javelinist_b
|
||||
</Entities>
|
||||
<Technologies datatype="tokens">
|
||||
-phase_town
|
||||
phase_town_athen
|
||||
-phase_city
|
||||
phase_city_athen
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/athenians/civil_centre.xml</Actor>
|
||||
|
|
|
|||
|
|
@ -93,7 +93,9 @@
|
|||
</Entities>
|
||||
<Technologies datatype="tokens">
|
||||
phase_town
|
||||
phase_town_athen
|
||||
phase_city
|
||||
phase_city_athen
|
||||
unlock_spies
|
||||
spy_counter
|
||||
</Technologies>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,9 @@
|
|||
<ProductionQueue>
|
||||
<Technologies datatype="tokens">
|
||||
-phase_town
|
||||
-phase_town_athen
|
||||
-phase_city
|
||||
-phase_city_athen
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<Sound>
|
||||
|
|
|
|||
Loading…
Reference in a new issue