mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Ports /tg/ & Paradise ghost sight.
Ghosts can now toggle darkness and seeing ghostly things independently. Includes some extra work to allow observers to see AI eyes while (mostly) preventing cultists from doing the same.
This commit is contained in:
@@ -457,18 +457,17 @@
|
||||
#define INVISIBILITY_LEVEL_ONE 35
|
||||
#define INVISIBILITY_LEVEL_TWO 45
|
||||
#define INVISIBILITY_OBSERVER 60
|
||||
#define INVISIBILITY_AI_EYE 61
|
||||
#define INVISIBILITY_AI_EYE 61
|
||||
|
||||
#define SEE_INVISIBLE_LIVING 25
|
||||
#define SEE_INVISIBLE_OBSERVER_NOLIGHTING 15
|
||||
#define SEE_INVISIBLE_LEVEL_ONE 35
|
||||
#define SEE_INVISIBLE_LEVEL_TWO 45
|
||||
#define SEE_INVISIBLE_OBSERVER_NOOBSERVERS 59
|
||||
#define SEE_INVISIBLE_OBSERVER 60
|
||||
#define SEE_INVISIBLE_OBSERVER_AI_EYE 61
|
||||
#define SEE_INVISIBLE_CULT 60
|
||||
#define SEE_INVISIBLE_OBSERVER 61
|
||||
|
||||
#define SEE_INVISIBLE_MINIMUM 5
|
||||
#define INVISIBILITY_MAXIMUM 100
|
||||
#define INVISIBILITY_MAXIMUM 100
|
||||
|
||||
// Object specific defines.
|
||||
#define CANDLE_LUM 3 // For how bright candles are.
|
||||
|
||||
Reference in New Issue
Block a user