add the movement cost change to the slowed tooltip

This commit is contained in:
Gunter Labes 2008-03-28 09:21:04 +00:00
parent 9306210729
commit 5dd3bb4435

View file

@ -104,7 +104,7 @@ report generate_report(TYPE type,
}
if(utils::string_bool(u->second.get_state("slowed"))) {
unit_status << "misc/slowed.png";
tooltip << _("slowed: ") << _("This unit has been slowed. It will only deal half its normal damage when attacking.");
tooltip << _("slowed: ") << _("This unit has been slowed. It will only deal half its normal damage when attacking and its movement cost is doubled.");
res.add_image(unit_status,tooltip);
}
if(utils::string_bool(u->second.get_state("poisoned"))) {