--- helpdata.c.orig Fri Feb 25 13:28:42 2000 +++ helpdata.c Mon Feb 28 18:28:29 2000 @@ -703,6 +703,10 @@ sprintf(buf+strlen(buf), _("* Ignores terrain effects (treats all squares as roads).\n")); } + if (unit_flag(i, F_IGTIRED)) { + sprintf(buf+strlen(buf), + _("* Attacks with full strengh even if doesn't have full movement point left.\n")); + } if (unit_flag(i, F_IGZOC)) { sprintf(buf+strlen(buf), _("* Ignores zones of control.\n")); }