Cleanup after my last diff, following suggestions by mordante,
...Sapient, and stikonas.
This commit is contained in:
parent
cb9c3d2e43
commit
b7946cb3fb
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
advances_to=null
|
||||
cost=1
|
||||
usage=fighter
|
||||
description=_ "A Fireball. This is not to be used for anything else than a 'Move_Unit_Fake'!"
|
||||
description="" # wmllint: ignore
|
||||
hide_help=true
|
||||
do_not_list=yes
|
||||
[/unit_type]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define INVISIBILITY_POTION USER_ID
|
||||
[object]
|
||||
id=invisibility_potion_{USER_ID}
|
||||
description= _ "{USER_ID} taken Crelanu's Potion" #wmllint: ignore
|
||||
description= _ "Crelanu's philter affecting " + {USER_ID}
|
||||
duration=level
|
||||
[filter]
|
||||
id={USER_ID}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#define LOOT AMOUNT SIDE
|
||||
[message]
|
||||
speaker=narrator
|
||||
message= _ "You retrieve {AMOUNT} pieces of gold." # wmllint: ignore
|
||||
message= _ "You retrieve " + {AMOUNT} + _ " pieces of gold."
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
|
||||
|
@ -221,7 +221,7 @@
|
|||
|
||||
[message_debug]
|
||||
logger=warn
|
||||
message=_ "Village at {X}, {Y} to side {SIDE}" # wmllint: ignore
|
||||
message="village at {X}, {Y} to side {SIDE}" # wmllint: ignore
|
||||
[/message_debug]
|
||||
[/event]
|
||||
#enddef
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
advances_to=null
|
||||
cost=1
|
||||
usage=scout
|
||||
description=_ "Dummy unit for clearing fog hexes."
|
||||
description=_ "" # wmllint: ignore
|
||||
hide_help=true
|
||||
do_not_list=yes
|
||||
[/unit_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue