documentation bit
document which strings correspond to which capacity levels Suggestion from <Someone>.
This commit is contained in:
@@ -24,11 +24,11 @@
|
|||||||
|
|
||||||
/* symbolic names for capacity levels */
|
/* symbolic names for capacity levels */
|
||||||
#define UNENCUMBERED 0
|
#define UNENCUMBERED 0
|
||||||
#define SLT_ENCUMBER 1
|
#define SLT_ENCUMBER 1 /* Burdened */
|
||||||
#define MOD_ENCUMBER 2
|
#define MOD_ENCUMBER 2 /* Stressed */
|
||||||
#define HVY_ENCUMBER 3
|
#define HVY_ENCUMBER 3 /* Strained */
|
||||||
#define EXT_ENCUMBER 4
|
#define EXT_ENCUMBER 4 /* Overtaxed */
|
||||||
#define OVERLOADED 5
|
#define OVERLOADED 5 /* Overloaded */
|
||||||
|
|
||||||
/* Macros for how a rumor was delivered in outrumor() */
|
/* Macros for how a rumor was delivered in outrumor() */
|
||||||
#define BY_ORACLE 0
|
#define BY_ORACLE 0
|
||||||
|
|||||||
Reference in New Issue
Block a user