Skip to content

Commit 85936c0

Browse files
authored
Change USI-LS MM Patch from :FOR to :NEEDS
For #114.
1 parent c0ed87c commit 85936c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// USI Life Support patch for SDHI Service Module System
22
// Author: Robin "sumghai" Chang
3-
// Revision: 1.0
3+
// Revision: 1.1
44
//
55
// For use with USI LS v0.5.0 and above
66

@@ -19,7 +19,7 @@
1919
// Modifies the stock Mark 1-2 Pod to give, for its three-Kerbal crew, a total of:
2020
// - eight Kerbal days of Supplies
2121
// - eight Kerbal days of Mulch storage
22-
@PART[Mark1-2Pod]:FOR[USILifeSupport]:FINAL {
22+
@PART[Mark1-2Pod]:NEEDS[USILifeSupport]:FINAL {
2323

2424
// Use replace (%) rather than edit (@), to ensure that the following values are loaded regardless of the presence/absence of any other patches
2525
%RESOURCE[Supplies]
@@ -32,4 +32,4 @@
3232
%amount = 0
3333
%maxAmount = 259.2
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)