TRoW: Hide Jessene's unmasked variations in help
Not spoilery, but annoying since it's just a visual change.
This commit is contained in:
parent
a82a8eab36
commit
18250d4fb3
5 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,8 @@ Version 1.12.0+dev:
|
|||
* Fixed possibility of no viable routes around guards in 'Hide and Seek'.
|
||||
* Son of the Black Eye:
|
||||
* S6 Black Flag: reduce randomness of unit types unloading from galleons
|
||||
* The Rise of Wesnoth:
|
||||
* Hide unit variations that should not be listed in the help browser.
|
||||
* Editor:
|
||||
* Fixed falcon race missing an icon due to having incorrectly-named image
|
||||
files.
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
[variation]
|
||||
variation_name=unmasked
|
||||
inherit=yes
|
||||
hide_help=yes
|
||||
image="units/wesfolk-lady.png"
|
||||
[defend]
|
||||
hits=miss
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
[variation]
|
||||
variation_name=unmasked
|
||||
inherit=yes
|
||||
hide_help=yes
|
||||
image="units/wesfolk-leader.png"
|
||||
[defend]
|
||||
hits=miss
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
[variation]
|
||||
variation_name=unmasked
|
||||
inherit=yes
|
||||
hide_help=yes
|
||||
image="units/wesfolk-outcast.png"
|
||||
[defend]
|
||||
hits=miss
|
||||
|
|
|
@ -8,6 +8,8 @@ Version 1.12.0+dev:
|
|||
* Hide unit variations that should not be listed in the help browser.
|
||||
* Liberty:
|
||||
* Fixed possibility of no viable routes around guards in 'Hide and Seek'.
|
||||
* The Rise of Wesnoth:
|
||||
* Hide unit variations that should not be listed in the help browser.
|
||||
|
||||
* Help browser:
|
||||
* Unit types that do not include any visible (hide_help=no) variations no
|
||||
|
|
Loading…
Add table
Reference in a new issue