(shp_nav_one_sector, mchr[], ship_chr_flags[], Ship-types, Sector-types):
Add M_CANAL flag to indicate which ships can navigate a canal in a big city. Remove the hard code values for canal from shp_nav_one_sector() for which ships can navigate a canal. Set M_CANAL flag in ship_chr_flags[] to match the hard coding in shp_nav_one_sector(). Update Ship-types.t with new canal flag. Update Sector-types.t to indicate that cities have canals.
This commit is contained in:
parent
6157409f20
commit
9217e75761
6 changed files with 15 additions and 8 deletions
|
@ -567,6 +567,7 @@ struct symbol ship_chr_flags[] = {
|
|||
{M_SEMILAND, "semi-land"},
|
||||
{M_OILER, "oiler"},
|
||||
{M_SUPPLY, "supply"},
|
||||
{M_CANAL, "canal"},
|
||||
{M_ANTIMISSILE, "anti-missile"},
|
||||
{0, NULL}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue