Skip to content

Commit

Permalink
Update SETI-RemoteTech-ProbeControlEnabler.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Y3mo committed May 4, 2017
1 parent f8d3adc commit 00015ca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions SETIprobeControlEnabler/SETI-RemoteTech-ProbeControlEnabler.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
@PART[*]:HAS[@MODULE[ModuleCommand]:HAS[#minimumCrew[0]]]:NEEDS[RemoteTech]:FOR[zzzzSETIprobeControlEnabler]
{
!MODULE[ModuleSPU],* {}
!MODULE[ModuleSPUPassive],* {}
!MODULE[ModuleRTAntennaPassive],* {}
%MODULE[ModuleSPU] {
%AlwaysAllowLocalControl = true
}
}

@PART[*]:HAS[@MODULE[ModuleCommand]:HAS[~minimumCrew[0]]]:NEEDS[RemoteTech]:FOR[zzzzSETIprobeControlEnabler]
@PART[*]:HAS[@MODULE[ModuleCommand],@MODULE[ModuleSPU],~minimumCrew[0]]:NEEDS[RemoteTech]:FOR[zzzzSETIprobeControlEnabler]
{
!MODULE[ModuleSPU],* {}
%MODULE[ModuleSPU] {
%AlwaysAllowLocalControl = true
}
}

0 comments on commit 00015ca

Please sign in to comment.