(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:
Ron Koenderink 2005-12-18 15:16:52 +00:00
parent 6157409f20
commit 9217e75761
6 changed files with 15 additions and 8 deletions

View file

@ -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}
};