Merge pull request #12907 from foopwo/smileyouareoncamera

Integrated circuit camera can now use different networks, plus modular computer camera access change
This commit is contained in:
Casey
2022-05-08 05:53:58 -04:00
committed by CHOMPStation2
parent 258b3b8a82
commit 5df86eb236
2 changed files with 34 additions and 4 deletions

View File

@@ -9,10 +9,12 @@
switch(network)
if(NETWORK_THUNDER)
return 0
if(NETWORK_ENGINE,NETWORK_ALARM_ATMOS,NETWORK_ALARM_FIRE,NETWORK_ALARM_POWER)
if(NETWORK_ENGINE,NETWORK_ENGINEERING,NETWORK_ALARM_ATMOS,NETWORK_ALARM_FIRE,NETWORK_ALARM_POWER)
return access_engine
if(NETWORK_CIRCUITS)
return access_research
if(NETWORK_MINE)
return access_qm
if(NETWORK_ERT)
return access_cent_specops
//VOREStation Add Start