Skip to content

Commit

Permalink
Change MM name to avoid RT1 conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Aug 4, 2018
1 parent 184b0fc commit 00ff2ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RemoteTech_Antennas.cfg
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
// Centralized configuration of new antenna properties
// Original config by Cilph

@PART[RTLongAntenna2]:FOR[RemoteTech]
@PART[RTLongAntenna2]:FOR[RemoteTech-Antennas]
{
%TechRequired = largeElectrics
}

@PART[RTLongAntenna3]:FOR[RemoteTech]
@PART[RTLongAntenna3]:FOR[RemoteTech-Antennas]
{
%TechRequired = basicScience
}

@PART[RTShortDish2]:FOR[RemoteTech]
@PART[RTShortDish2]:FOR[RemoteTech-Antennas]
{
%TechRequired = advElectrics
}

@PART[RTGigaDish1]:FOR[RemoteTech]
@PART[RTGigaDish1]:FOR[RemoteTech-Antennas]
{
%TechRequired = experimentalElectrics
}

@PART[RTGigaDish2]:FOR[RemoteTech]
@PART[RTGigaDish2]:FOR[RemoteTech-Antennas]
{
%TechRequired = advScienceTech
}

@PART[RTLongDish2]:FOR[RemoteTech]
@PART[RTLongDish2]:FOR[RemoteTech-Antennas]
{
%TechRequired = largeElectrics
}

0 comments on commit 00ff2ac

Please sign in to comment.