(powe_cost): Remove powe_cost and replace with a fixed cost of 10.

This commit is contained in:
Ron Koenderink 2006-02-04 19:36:51 +00:00
parent 62e57635ea
commit 3db7e6201f
4 changed files with 2 additions and 5 deletions

View file

@ -187,7 +187,6 @@ int at_least_one_100 = 1; /* init player with 100/100/100/100 sector? */
float btu_build_rate = 0.0012; /* etu * civ * eff * btu_build_rate */
/* 8 * 999 * 100 * 0.0004 = 319 */
int max_btus = 640; /* maximum # of btu's */
double powe_cost = 10.0; /* btu cost to gen a power report */
double buil_bt = 10.0; /* tech level required to build a bridge */
int buil_bh = 100; /* hcm required to build a bridge */