mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
VR Cloaking framework
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
#undef VIS_COUNT
|
#undef VIS_COUNT
|
||||||
|
|
||||||
#define VIS_CH_STATUS_R 23
|
#define VIS_CH_STATUS_R 24
|
||||||
#define VIS_CH_HEALTH_VR 24
|
#define VIS_CH_HEALTH_VR 25
|
||||||
#define VIS_CH_BACKUP 25
|
#define VIS_CH_BACKUP 26
|
||||||
#define VIS_CH_VANTAG 26
|
#define VIS_CH_VANTAG 27
|
||||||
|
|
||||||
#define VIS_AUGMENTED 27
|
#define VIS_AUGMENTED 28
|
||||||
|
|
||||||
#define VIS_COUNT 27
|
#define VIS_COUNT 28
|
||||||
|
|
||||||
//Protean organs
|
//Protean organs
|
||||||
#define O_ORCH "orchestrator"
|
#define O_ORCH "orchestrator"
|
||||||
|
|||||||
@@ -141,7 +141,7 @@
|
|||||||
illegal = TRUE
|
illegal = TRUE
|
||||||
access = 999
|
access = 999
|
||||||
tick_flags = NIF_ACTIVETICK
|
tick_flags = NIF_ACTIVETICK
|
||||||
planes_enabled = list(VIS_FULLBRIGHT)
|
planes_enabled = list(VIS_FULLBRIGHT, VIS_CLOAKED)
|
||||||
vision_flags = (NIF_V_THERMALS)
|
vision_flags = (NIF_V_THERMALS)
|
||||||
incompatible_with = list(NIF_MESONS,NIF_MATERIAL,NIF_NIGHTVIS)
|
incompatible_with = list(NIF_MESONS,NIF_MATERIAL,NIF_NIGHTVIS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user