Document.
This commit is contained in:
parent
d9bc7938ff
commit
61d1afdde9
1 changed files with 13 additions and 3 deletions
|
@ -132,10 +132,20 @@ struct natstr {
|
||||||
#define NAT_ELEV 2
|
#define NAT_ELEV 2
|
||||||
#define NAT_HLEV 3
|
#define NAT_HLEV 3
|
||||||
|
|
||||||
#define FOUND_FLY 3 /* Number of updates contact lasts */
|
/*
|
||||||
#define FOUND_LOOK 5 /* These are only useful with the */
|
* Number of updates contact lasts for various ways of making contact.
|
||||||
#define FOUND_SPY 6 /* LOSE_CONTACT option (and HIDDEN) */
|
* These are only useful with option LOSE_CONTACT option, which
|
||||||
|
* implies option HIDDEN.
|
||||||
|
*/
|
||||||
|
/* Planes spotting and being spotted */
|
||||||
|
#define FOUND_FLY 3
|
||||||
|
/* Lookout */
|
||||||
|
#define FOUND_LOOK 5
|
||||||
|
/* Spies and ground combat */
|
||||||
|
#define FOUND_SPY 6
|
||||||
|
/* Communication */
|
||||||
#define FOUND_TELE 3
|
#define FOUND_TELE 3
|
||||||
|
/* Coastwatch and skywatch */
|
||||||
#define FOUND_COAST 3
|
#define FOUND_COAST 3
|
||||||
|
|
||||||
extern s_char *relates[];
|
extern s_char *relates[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue