Easy wmllint fixes for unrecognised characters (part of #4494)
There's one bugfix in this, an "id=Dela" that needed to include her surname.
This commit is contained in:
parent
ade010af8e
commit
2c15290575
8 changed files with 10 additions and 3 deletions
|
@ -196,6 +196,7 @@
|
|||
condition=lose
|
||||
[show_if]
|
||||
[have_unit]
|
||||
#wmllint: recognize Caladon
|
||||
id=Caladon
|
||||
side=1
|
||||
[/have_unit]
|
||||
|
|
|
@ -228,6 +228,7 @@
|
|||
[/else]
|
||||
[/switch]
|
||||
|
||||
# wmllint: recognize Chantal
|
||||
{CHANTAL_RETURNS 1 14}
|
||||
{MAKE_HERO Chantal}
|
||||
[store_unit]
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
team_name=enemies
|
||||
user_team_name= _ "Undead"
|
||||
{FLAG_VARIANT undead}
|
||||
# wmllint: who SAGUS is sagus
|
||||
# wmllint: who SAGUS is Sagus
|
||||
[leader]
|
||||
{SAGUS}
|
||||
facing=nw
|
||||
|
|
|
@ -141,6 +141,7 @@
|
|||
{UNIT 3 (Spearman) 7 13 ()}
|
||||
|
||||
[unit]
|
||||
# wmllint: recognize Dela Keshar
|
||||
{CHARACTER_STATS_DELA_KESHAR}
|
||||
ai_special=guardian
|
||||
x,y=4,17
|
||||
|
|
|
@ -639,7 +639,7 @@
|
|||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=Dela
|
||||
speaker=Dela Keshar
|
||||
message= _ "Have you lost your mind, Malin? There’s no way we’re going to banish Drogan!"
|
||||
[/message]
|
||||
|
||||
|
|
|
@ -91,5 +91,8 @@
|
|||
{campaigns/Heir_To_The_Throne/units}
|
||||
[/units]
|
||||
|
||||
#wmllint: who NEED_DELFADOR is Delfador
|
||||
#wmllint: who NEED_KALENZ is Kalenz
|
||||
#wmllint: who NEED_LISAR is Li'sar
|
||||
{campaigns/Heir_To_The_Throne/scenarios}
|
||||
#endif
|
||||
|
|
|
@ -98,3 +98,4 @@
|
|||
#endif
|
||||
|
||||
# wmllint: directory spelling Baran Arvith Maghre Brena Tairach Toen Caric Mordak
|
||||
# wmllint: who NEED_BARAN is Baran
|
||||
|
|
|
@ -299,6 +299,7 @@ Yet for some reason I fear these brothers more. If Mordak were here it would be
|
|||
[show_if]
|
||||
[not]
|
||||
[have_unit]
|
||||
# wmllint: recognize Baran
|
||||
id=Baran
|
||||
[/have_unit]
|
||||
[/not]
|
||||
|
@ -512,7 +513,6 @@ Yet for some reason I fear these brothers more. If Mordak were here it would be
|
|||
[message]
|
||||
side=1
|
||||
[not]
|
||||
# wmllint: recognize Baran
|
||||
id=Arvith,Baran
|
||||
[/not]
|
||||
message= _ "Captain, what are <i>orcs</i> doing this far south?"
|
||||
|
|
Loading…
Add table
Reference in a new issue