(EF_SECTOR_NAVIGATION, sector_navigation): New.
(empfile): Add it. (dchr_ca): Use it. (NAV_NONE): New.
This commit is contained in:
parent
18902e45d0
commit
4f20f3dd9c
5 changed files with 15 additions and 1 deletions
|
@ -108,6 +108,7 @@ struct dchrstr {
|
|||
};
|
||||
|
||||
/* for d_nav */
|
||||
#define NAV_NONE 0 /* ships can't navigate */
|
||||
#define NAVOK 1 /* ships can always navigate */
|
||||
#define NAV_02 2 /* requires 2% effic to navigate */
|
||||
#define NAV_60 3 /* requires 60% effic to navigate */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue