(fuel, load, prod, max_population, shp_nav_one_sector,
nav_loadship, upd_buildeff): Identify BIG_CITY (IS_BIG_CITY) by using packing type of UPKG instead of opt_BIG_CITY and sector type of SCT_CAPITAL.
This commit is contained in:
parent
d581485d32
commit
a2798857cf
8 changed files with 36 additions and 40 deletions
|
@ -834,7 +834,7 @@ shp_nav_one_sector(struct emp_qelem *list, int dir, natid actor,
|
|||
continue;
|
||||
}
|
||||
}
|
||||
if (opt_BIG_CITY && sect.sct_type == SCT_CAPIT) {
|
||||
if (IS_BIG_CITY(sect.sct_type)) {
|
||||
if (mlp->mcp->m_lcm + 2 * mlp->mcp->m_hcm >= 60) {
|
||||
sprintf(dp,
|
||||
"is too large to fit into the canal system at %s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue