VR Cloaking framework

This commit is contained in:
Aronai Sieyes
2020-03-23 21:31:42 -04:00
parent c93c5afefa
commit 1c38bd11ca
2 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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)