]> git.pond.sub.org Git - empserver/commit
(shp_nav_one_sector, mchr[], ship_chr_flags[], Ship-types, Sector-types):
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 18 Dec 2005 15:16:52 +0000 (15:16 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 18 Dec 2005 15:16:52 +0000 (15:16 +0000)
commit9217e75761c381c5121733f808f9b7bc77ed1167
treea2059e945f8348309111f4316e49684590993430
parent6157409f20eee73c347b2d935df32effa6cab7cf
(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.
include/ship.h
info/Concepts/Sector-types.t
info/Concepts/Ship-types.t
src/lib/global/nsc.c
src/lib/global/ship.c
src/lib/subs/shpsub.c