LoW: delete brackets from "wmllint: who" comments
The brackets are a relic from when I had a different conception of how the "who ... is ..." comment would work. Although these comments still work, because I now strip brackets from the macro name, I don't want UMC authors getting the idea that this is the "right" way to do these comments.
This commit is contained in:
parent
ccda440360
commit
86fcecaebb
3 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ This is the story of Kalenz, Landar, and of the Elves in the first days of the h
|
|||
side=1
|
||||
fog=no
|
||||
shroud=no
|
||||
# wmllint: who {KALENZ} is Kalenz
|
||||
# wmllint: who KALENZ is Kalenz
|
||||
{KALENZ}
|
||||
save_id=Kalenz
|
||||
controller=human
|
||||
|
@ -98,14 +98,14 @@ This is the story of Kalenz, Landar, and of the Elves in the first days of the h
|
|||
y=15
|
||||
#ifndef MULTIPLAYER
|
||||
[unit]
|
||||
# wmllint: who {LANDAR} is Landar
|
||||
# wmllint: who LANDAR is Landar
|
||||
{LANDAR}
|
||||
extra_recruit=Elvish Fighter, Elvish Archer
|
||||
x=18
|
||||
y=15
|
||||
[/unit]
|
||||
[unit]
|
||||
# wmllint: who {ARKILDUR} is Arkildur
|
||||
# wmllint: who ARKILDUR is Arkildur
|
||||
{ARKILDUR}
|
||||
[/unit]
|
||||
{SINGLEPLAYER_GOLD}
|
||||
|
@ -113,7 +113,7 @@ This is the story of Kalenz, Landar, and of the Elves in the first days of the h
|
|||
{MULTIPLAYER_GOLD}
|
||||
#endif
|
||||
[unit]
|
||||
# wmllint: who {ANDUILAS} is Anduilas
|
||||
# wmllint: who ANDUILAS is Anduilas
|
||||
{ANDUILAS}
|
||||
[/unit]
|
||||
[/side]
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
#enddef
|
||||
|
||||
[side]
|
||||
# wmllint: who {OLURF} is Olurf
|
||||
# wmllint: who OLURF is Olurf
|
||||
{OLURF}
|
||||
side=2
|
||||
allow_player=no
|
||||
|
|
|
@ -340,7 +340,7 @@ Chapter Two"
|
|||
{INCIDENTAL_MUSIC love_theme.ogg}
|
||||
|
||||
[unit]
|
||||
# wmllint: who {CLEODIL} is Cleodil
|
||||
# wmllint: who CLEODIL is Cleodil
|
||||
{CLEODIL}
|
||||
#ifdef MULTIPLAYER
|
||||
side=5
|
||||
|
|
Loading…
Add table
Reference in a new issue