From 0e55f610513c52981fb57886a35a5f2ba62da3c6 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Thu, 16 Apr 2015 21:53:56 -0300 Subject: [PATCH] Remove help markup from SPECIAL_NOTES_DEFENSE_CAP Causes issues with tooltips in-game. --- changelog | 3 +-- data/core/macros/special-notes.cfg | 2 +- players_changelog | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/changelog b/changelog index eb450f696a47..7432cdc32a1c 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/data/core/macros/special-notes.cfg b/data/core/macros/special-notes.cfg index 311ba45b1089..f7048b760952 100644 --- a/data/core/macros/special-notes.cfg +++ b/data/core/macros/special-notes.cfg @@ -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 text='defense cap' dst='..terrains_section' 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 diff --git a/players_changelog b/players_changelog index 4c0f75cfcadf..05fab7dfeebc 100644 --- a/players_changelog +++ b/players_changelog @@ -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.