From cf1d128fa1f8dbd1240419f36a1cbc107ed30390 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Mon, 22 Mar 2021 14:34:31 +0100 Subject: [PATCH] autohelp: remove outdated claim. A unit with the CanOccupyCity unit class flag may be unable to occupy a city thanks to action enablers. A unit with the CanOccupyCity unit class flag may be able to occupy a city thanks to Lua. See osdn #41826 --- client/helpdata.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/helpdata.c b/client/helpdata.c index c0e1e0db8c..60bceebf6e 100644 --- a/client/helpdata.c +++ b/client/helpdata.c @@ -1736,11 +1736,6 @@ char *helptext_unit(char *buf, size_t bufsz, struct player *pplayer, } else { CATLSTR(buf, bufsz, "\n"); } - if (uclass_has_flag(pclass, UCF_CAN_OCCUPY_CITY) - && !utype_has_flag(utype, UTYF_CIVILIAN)) { - /* TRANS: indented unit class property, preserve leading spaces */ - CATLSTR(buf, bufsz, _(" * Can occupy empty enemy cities.\n")); - } if (!uclass_has_flag(pclass, UCF_TERRAIN_SPEED)) { /* TRANS: indented unit class property, preserve leading spaces */ CATLSTR(buf, bufsz, _(" * Speed is not affected by terrain.\n")); -- 2.20.1