From 25df0f94d40ced1d08b91aa9c880909ec0a774ec Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Mon, 14 Jan 2019 13:14:18 -0500 Subject: [PATCH] Switch Mat Scanners Access Reverts last edit and switches access levels to Material Scanners to allow miners to get it. Science doesn't need it and can simply loadout with mesons for xenoarch or print the goggles in the protolathe. --- code/modules/nifsoft/software/01_vision.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/nifsoft/software/01_vision.dm b/code/modules/nifsoft/software/01_vision.dm index 0df2394822..0f8efcdd88 100644 --- a/code/modules/nifsoft/software/01_vision.dm +++ b/code/modules/nifsoft/software/01_vision.dm @@ -100,6 +100,7 @@ list_pos = NIF_MESONS cost = 1000 a_drain = 0.1 + access = access_engine tick_flags = NIF_ACTIVETICK planes_enabled = list(VIS_FULLBRIGHT, VIS_MESONS) vision_flags = (NIF_V_MESONS) @@ -118,6 +119,7 @@ list_pos = NIF_MATERIAL cost = 1000 a_drain = 0.1 + access = access_mining tick_flags = NIF_ACTIVETICK planes_enabled = list(VIS_FULLBRIGHT) vision_flags = (NIF_V_MATERIAL)