From f33d0fa57ca334e6c989d368069e53531b56dfea Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Wed, 9 Jan 2019 09:30:35 -0500 Subject: [PATCH] Access Adjustments NiFSoft Shop Nukes access requirements to material scanners as well as meson scanners in the NiFSoft Shop. You can find the mesons in various places anyway and this would also allow miners to FINALLY purchase the elusive material scanners program when they have a NiF. --- code/modules/nifsoft/software/01_vision.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/nifsoft/software/01_vision.dm b/code/modules/nifsoft/software/01_vision.dm index b0006888bd..0df2394822 100644 --- a/code/modules/nifsoft/software/01_vision.dm +++ b/code/modules/nifsoft/software/01_vision.dm @@ -100,7 +100,6 @@ 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) @@ -119,7 +118,6 @@ list_pos = NIF_MATERIAL cost = 1000 a_drain = 0.1 - access = access_research tick_flags = NIF_ACTIVETICK planes_enabled = list(VIS_FULLBRIGHT) vision_flags = (NIF_V_MATERIAL)