From 046cf046d82080edee65526ffd6e27fbb2c6d8e6 Mon Sep 17 00:00:00 2001 From: Heroman3003 Date: Mon, 9 Apr 2018 10:57:23 +1000 Subject: [PATCH] Fixed mesons NIFSoft overlay not highlighting open spaces above --- code/modules/nifsoft/software/01_vision.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/software/01_vision.dm b/code/modules/nifsoft/software/01_vision.dm index 2ce33c1c882..b0006888bd0 100644 --- a/code/modules/nifsoft/software/01_vision.dm +++ b/code/modules/nifsoft/software/01_vision.dm @@ -102,7 +102,7 @@ a_drain = 0.1 access = access_engine tick_flags = NIF_ACTIVETICK - planes_enabled = list(VIS_FULLBRIGHT) + planes_enabled = list(VIS_FULLBRIGHT, VIS_MESONS) vision_flags = (NIF_V_MESONS) incompatible_with = list(NIF_MATERIAL,NIF_THERMALS,NIF_NIGHTVIS)