Skip to content

Commit 40de0e3

Browse files
author
Robin Chang
committed
Add ReStock compatibility
For #129
1 parent 535e3d5 commit 40de0e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

GameData/SDHI/Service Module System/MM_configs/SDHI_SMS_MMPatch_Mk1-3_Pod_Umbilical_Interface.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// Add a toggleable Umbilical Interface mesh to the stock Mark 1-3 Pod
22

3+
// Tell ReStock to leave the stock Mk1-3 Pod if SDHI SMS is installed
4+
@PART[mk1-3pod]:HAS[~RestockIgnore[*]]:BEFORE[000_ReStock]
5+
{
6+
RestockIgnore = True
7+
}
8+
39
@PART[mk1-3pod]:FOR[zSDHISMS]
410
{
511
MODEL
@@ -17,4 +23,4 @@
1723
eventAvailableFlight = false
1824
eventAvailableEVA = false
1925
}
20-
}
26+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Squad/Parts/Command/Mk1-3Pod/

0 commit comments

Comments
 (0)