Skip to content

Commit ebf337d

Browse files
committed
Fix #31: add SABS to reviva config
1 parent 99db0b7 commit ebf337d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

GameData/ProbeControlRoom/Patches/ProbeControlRoom.cfg

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,32 @@ PROBECONTROLROOM_CONFIG
104104
DATA { internalName = PCRIVAPLUS_MissionControl_RETRO }
105105
}
106106
}
107+
108+
SUBTYPE:NEEDS[SABS_IVA]
109+
{
110+
name = SABS
111+
primaryColor = Blue
112+
secondaryColor = Green
113+
descriptionSummary = SABS IVA
114+
descriptionDetail = Use SABS_IVA (SingABrightSong IVA)\n<color=green>Mid Tech Analog</color>
115+
116+
MODULE
117+
{
118+
IDENTIFIER { name = ModuleIVASwitch }
119+
120+
DATA
121+
{
122+
internalName = SABS_MissionControl
123+
MASFlightComputer
124+
{
125+
PERSISTENT_VARIABLES
126+
{
127+
Backlight = 1
128+
}
129+
}
130+
}
131+
}
132+
}
107133
}
108134
}
109135
// Add the mission control INTERNAL to every probe that does not yet have an INTERNAL

0 commit comments

Comments
 (0)