mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 21:11:57 +00:00
28 lines
831 B
Plaintext
28 lines
831 B
Plaintext
|
|
#define SEE_INVISIBLE_MINIMUM 5
|
|
|
|
#define SEE_INVISIBLE_NOLIGHTING 15 //to not see the lighting objects. Used for nightvision and observer with darkness toggled.
|
|
|
|
#define INVISIBILITY_LIGHTING 20
|
|
|
|
#define SEE_INVISIBLE_LIVING 25
|
|
|
|
#define SEE_INVISIBLE_LEVEL_ONE 35 //currently unused
|
|
#define INVISIBILITY_LEVEL_ONE 35 //currently unused
|
|
|
|
#define SEE_INVISIBLE_LEVEL_TWO 45 //currently unused
|
|
#define INVISIBILITY_LEVEL_TWO 45 //currently unused
|
|
|
|
#define INVISIBILITY_OBSERVER 60
|
|
#define SEE_INVISIBLE_OBSERVER 60
|
|
|
|
#define INVISIBILITY_MAXIMUM 100 //the maximum allowed for "real" objects
|
|
|
|
#define INVISIBILITY_ABSTRACT 101 //only used for abstract objects (e.g. spacevine_controller), things that are not really there.
|
|
|
|
|
|
#define BORGMESON 1
|
|
#define BORGTHERM 2
|
|
#define BORGXRAY 4
|
|
#define BORGMATERIAL 8
|