Skip to content

Commit

Permalink
Remove help markup from SPECIAL_NOTES_DEFENSE_CAP
Browse files Browse the repository at this point in the history
Causes issues with tooltips in-game.
  • Loading branch information
irydacea committed Apr 17, 2015
1 parent a69d78b commit 0e55f61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions changelog
Expand Up @@ -151,8 +151,7 @@ Version 1.13.0-dev:
* Added trait list with links to the help page for unit types
* Added Defense Cap column to the Terrain Modifiers table in unit help pages
for units with a defense cap on at least one terrain type, which also now
include a note to this effect in their special notes along with a link to
an explanation in the Terrains section.
include a note to this effect in their special notes.
* Fixed a bug which caused the terrain section topic not to properly generate
a list of its contents.
* Add a new help section to the terrains topic which explains about mixed
Expand Down
2 changes: 1 addition & 1 deletion data/core/macros/special-notes.cfg
Expand Up @@ -92,4 +92,4 @@ _" The length of this unit’s weapon allows it to strike first in melee, even i
_" The victims of this unit’s poison will continually take damage until they can be cured in town or by a unit which cures."#enddef

#define SPECIAL_NOTES_DEFENSE_CAP
_" This unit has a <ref>text='defense cap' dst='..terrains_section'</ref> on certain terrain types — it cannot achieve a higher defense rating on mixed terrains with such terrain types."#enddef
_" This unit has a defense cap on certain terrain types — it cannot achieve a higher defense rating on mixed terrains with such terrain types."#enddef
3 changes: 1 addition & 2 deletions players_changelog
Expand Up @@ -77,8 +77,7 @@ Version 1.13.0-dev:
* Several sections have been rewritten or had their layout improved
* Added Defense Cap column to the Terrain Modifiers table in unit help pages
for units with a defense cap on at least one terrain type, which also now
include a note to this effect in their special notes along with a link to
an explanation in the Terrains section.
include a note to this effect in their special notes.
* Autogenerated Time of Day Schedule section
* Unit types that do not include any visible (hide_help=no) variations no
longer generate topic sections.
Expand Down

0 comments on commit 0e55f61

Please sign in to comment.