(new_work, do_feed, prod, newe): Factor out calculation of work into
new_work(). (ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, Options, rollover_avail_max, configkeys, vers, new_work): Replace option ROLLOVER_AVAIL by configuration parameter rollover_avail_max.
This commit is contained in:
parent
b665d57de1
commit
7f4e59fb8d
9 changed files with 19 additions and 28 deletions
|
@ -95,6 +95,8 @@ vers(void)
|
|||
pr("1000 civilians generate $%.2f, uncompensated workers $%.2f each time unit.\n", 1000.0 * money_civ, 1000.0 * money_uw);
|
||||
pr("1000 active military cost $%.2f, reserves cost $%.2f.\n",
|
||||
-money_mil * 1000.0, -money_res * 1000.0);
|
||||
if (rollover_avail_max)
|
||||
pr("Up to %d avail can roll over an update.\n", rollover_avail_max);
|
||||
if (opt_SLOW_WAR)
|
||||
pr("Declaring war will cost you $%i\n\n", War_Cost);
|
||||
pr("Happiness p.e. requires 1 happy stroller per %d civ.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue