Skip to content

Commit 7cf7ea4

Browse files
authored
Update SDHI_SMS_MMPatch_Pebkac.cfg
Move from FINAL pass to zSDHISMS
1 parent c21ce80 commit 7cf7ea4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_Pebkac.cfg

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@
55
// This adds PEBKAC LES plugin support to the SDHI Launch Escape System and Mk1-2 Pod Boost Protective Cover,
66
// to help automate abort sequences
77

8-
@PART[SDHI_LES]:NEEDS[PebkacLaunchEscape2]:FINAL {
8+
@PART[SDHI_LES]:NEEDS[PebkacLaunchEscape2]:FOR[zSDHISMS]
9+
{
910
MODULE
10-
{
11+
{
1112
name = ModulePebkacLesController2
1213
hasPitchControl = True
13-
stagingEnabled = False
14-
}
14+
stagingEnabled = False
15+
}
1516
}
16-
17-
@PART[SDHI_2.5_Mk1-2AeroShroud]:NEEDS[PebkacLaunchEscape2]:FINAL {
17+
@PART[SDHI_2.5_Mk1-2AeroShroud]:NEEDS[PebkacLaunchEscape2]:FOR[zSDHISMS]
18+
{
1819
MODULE
19-
{
20+
{
2021
name = ModulePebkacLesController2
2122
hasPitchControl = False
2223
stagingEnabled = False
2324
jettisonsToRetro = true
24-
}
25-
}
25+
}
26+
}

0 commit comments

Comments
 (0)