mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Ghosts now have more sight options.
Can now toggle between the following modes: * See other observers + AI eye + darkness * See only darkness * No darkness
This commit is contained in:
@@ -480,9 +480,14 @@
|
||||
#define SEE_INVISIBLE_LEVEL_TWO 45 //Used by some other stuff in code. It's really poorly organized.
|
||||
#define INVISIBILITY_LEVEL_TWO 45 //Used by some other stuff in code. It's really poorly organized.
|
||||
|
||||
#define SEE_INVISIBLE_OBSERVER_NOOBSERVERS 59
|
||||
|
||||
#define INVISIBILITY_OBSERVER 60
|
||||
#define SEE_INVISIBLE_OBSERVER 60
|
||||
|
||||
#define INVISIBILITY_AI_EYE 61
|
||||
#define SEE_INVISIBLE_OBSERVER_AI_EYE 61
|
||||
|
||||
#define INVISIBILITY_MAXIMUM 100
|
||||
|
||||
//Object specific defines
|
||||
|
||||
Reference in New Issue
Block a user