18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
const int MN_DEBUG = FALSE;
|
|
|
|
const string MN_HOUSE_DB = "ERANTONHOUSE";
|
|
|
|
const int MN_RANK_CITIZEN = 1;
|
|
const int MN_RANK_GUEST = 3;
|
|
const int MN_RANK_STAFF = 4;
|
|
const int MN_RANK_ALLY = 6;
|
|
const int MN_RANK_FRIEND = 8;
|
|
const int MN_RANK_PERSONAL = 10;
|
|
|
|
const int MN_ALERT_NORMAL = 0;
|
|
const int MN_ALERT_HEIGHTENED = 3;
|
|
const int MN_ALERT_ACTIVE = 6;
|
|
const int MN_ALERT_INVASION = 10;
|
|
|
|
const int MN_CRIME_FALSEPASS = 1;
|