Project

General

Profile

Bug #1976 » 1976.patch

Dean Brown, 04/03/2026 04:39 AM

View differences:

client/helpdata.c
CATLSTR(buf, bufsz, _(" %s Slowed down while damaged.\n"), BULLET);
}
if (uclass_has_flag(pclass, UCF_UNREACHABLE)) {
CATLSTR(buf, bufsz,
/* TRANS: indented unit class property, preserve leading spaces */
_(" %s Is unreachable. Most units cannot attack this one.\n"),
BULLET);
}
if (uclass_has_flag(pclass, UCF_DOESNT_OCCUPY_TILE)) {
CATLSTR(buf, bufsz,
/* TRANS: Indented unit class property, preserve leading spaces */
......
BULLET, bonus);
}
}
if (uclass_has_flag(pclass, UCF_UNREACHABLE)
&& utype_has_flag(utype, UTYF_NEVER_PROTECTS)) {
if (uclass_has_flag(pclass, UCF_UNREACHABLE)) {
CATLSTR(buf, bufsz,
/* TRANS: Indented twice; preserve leading spaces */
_(" %s Doesn't prevent enemy units from attacking other "
"units on its tile.\n"), BULLET);
/* TRANS: indented unit class property, preserve leading spaces */
_(" %s Is unreachable. Most units cannot attack this one.\n"),
BULLET);
if (utype_has_flag(utype, UTYF_NEVER_PROTECTS)) {
CATLSTR(buf, bufsz,
/* TRANS: Indented twice; preserve leading spaces */
_(" %s Doesn't prevent enemy units from attacking other "
"units on its tile.\n"), BULLET);
}
}
if (can_attack_non_native(utype)) {
(2-2/2)