Skip to content

Commit cf399ca

Browse files
author
Robin "sumghai" Chang
committed
Add NEEDS[TacLifeSupport] argument to TAC-LS patch
1 parent 0e0fe40 commit cf399ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// - three Kerbal days of CarbonDioxide storage
3232
// - eight Kerbal days of Waste storage
3333
// - three Kerbal days of WasteWater storage
34-
@PART[Mark1-2Pod]:FINAL {
34+
@PART[Mark1-2Pod]:NEEDS[TacLifeSupport]:FINAL {
3535
3636
// Remove MFT support
3737
!MODULE[ModuleFuelTanks] {}
@@ -71,7 +71,7 @@
7171
7272
7373
// Modifies the SDHI SM to provide an additional five Kerbal days of Water and Oxygen, the equivalent in WasteWater and CarbonDioxide storage, and built-in Carbon Extractors / Water Purifiers / Fuel Cell
74-
@PART[SDHI_2.5_ServiceModule]:FINAL {
74+
@PART[SDHI_2.5_ServiceModule]:NEEDS[TacLifeSupport]:FINAL {
7575
7676
// Here, we *don't* apply a MM patch to remove MFT/Real Fuels, since:
7777
// - MFT/Real Fuels is needed to allow users to have reconfigurable fuel tanks or non-stock fuels
@@ -125,7 +125,7 @@
125125
126126
127127
// Modifies the SDHI Avionics Ring to only have the built-in Carbon Extractors / Water Purifiers / Fuel Cell
128-
@PART[SDHI_2.5_AvionicsRing]:FINAL {
128+
@PART[SDHI_2.5_AvionicsRing]:NEEDS[TacLifeSupport]:FINAL {
129129
130130
// Standard TAC-LS Carbon Extractor using the Bosch process
131131
MODULE

0 commit comments

Comments
 (0)