UtBS S12: Fixed broken Divine Incarnation unit type due to missing [base_unit]
Spotted by wmllint, introduced by commit d46b7e29a0
.
This commit is contained in:
parent
c55d5344eb
commit
cb934cf3e9
3 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@ Version 1.11.10+dev:
|
|||
* Campaigns:
|
||||
* Eastern Invasion:
|
||||
* Updated maps for scenario 8, 11, 12, 14, 16 and 17a.
|
||||
* Under the Burning Suns:
|
||||
* Fixed broken Divine Incarnation unit type in The Final Confrontation.
|
||||
* Language and i18n:
|
||||
* Updated translations: Slovak
|
||||
* WML engine:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#textdomain wesnoth-utbs
|
||||
[unit_type]
|
||||
[base_unit]
|
||||
id=Divine Avatar
|
||||
[/base_unit]
|
||||
id=Divine Incarnation
|
||||
name= _ "female^Divine Incarnation"
|
||||
hitpoints=50
|
||||
|
|
|
@ -6,6 +6,8 @@ Version 1.11.10+dev:
|
|||
* Campaigns:
|
||||
* Eastern Invasion:
|
||||
* Updated maps for scenario 8, 11, 12, 14, 16 and 17a.
|
||||
* Under the Burning Suns:
|
||||
* Fixed broken unit type appearing in The Final Confrontation.
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: Slovak.
|
||||
|
|
Loading…
Add table
Reference in a new issue