Reverting.
The proper fix is currently anything but trivial. Time definitions are WML parsed, and even worse, they are ifdef'ed. De-correlating definition and actual use could be a first step.
This commit is contained in:
parent
def5bd2b40
commit
58486c67a8
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ Units cannot be killed by poison alone. The poison will not reduce it below 1 HP
|
|||
const time_of_day& tod = timeofday_at(status,units,mouseover);
|
||||
std::stringstream tooltip;
|
||||
|
||||
tooltip << gettext(tod.name.c_str()) << "\n"
|
||||
tooltip << tod.name << "\n"
|
||||
<< _("Lawful units") << ": "
|
||||
<< (tod.lawful_bonus > 0 ? "+" : "") << tod.lawful_bonus << "%\n"
|
||||
<< _("Neutral units") << ": " << "0%\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue