Disable BRIDGETOWERS by default
A deity can easily break BRIDGETOWERS by reducing etu_per_update without compensating customization of buil_tower_bh, rollover_avail_max or bridge span maxpop. Document the issue in output of pconfig (which is installed as $prefix/etc/empire/econfig). To increase the chance deities actually read the documentation, disable BRIDGETOWERS.
This commit is contained in:
parent
11ab95411e
commit
44db545344
2 changed files with 7 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Steve McClure, 1998
|
||||
* Markus Armbruster, 2005-2009
|
||||
* Markus Armbruster, 2005-2011
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -38,7 +38,7 @@
|
|||
int opt_ALL_BLEED = 1;
|
||||
int opt_AUTO_POWER = 0;
|
||||
int opt_BLITZ = 1;
|
||||
int opt_BRIDGETOWERS = 1;
|
||||
int opt_BRIDGETOWERS = 0;
|
||||
int opt_EASY_BRIDGES = 1;
|
||||
int opt_FALLOUT = 1;
|
||||
int opt_GODNEWS = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue