| [Freeciv-Dev] Re: (PR#16277) client/helpdata.c:1328 typo?[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
 
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=16277 >
Egor Vyscrebentsov wrote on Apr 05, 02:43 (-0700):
> 
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=16277 >
> 
> Good daytime!
> 
> svn branches/S2_1 r11820
> clinet/helpdata.c:1328
> 
>       case EFT_EMPIRE_SIZE_STEP:
>         sprintf(buf + strlen(buf), _("* After the first unhappy citizen "
>                 "due to city size, for each %d additional cities, another "
>                 "unhappy citizen will appear.\n"), peffect->value);
>         break;
> 
> This should be "due to civilization size" to my mind.
> 
> PS Why don't we use "empire size"? (It is more nice for me.)
The matter is more complicated (too complicated anyway). The citizen gets
unhappy because city *size* exceeds 4 (unhappysize), which is reduced (as I
understand it) if the city *number* exceeds 14 (cityfactor), and even more
reduced if there are additional cities, *not* again *14* additional cities
but a smaller addition, which also depends on the government form - uh, did
I got it right?
Christian
-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.
 
[Freeciv-Dev] Re: (PR#16277) client/helpdata.c:1328 typo?,
Christian Knoke <=
 
 |  |