From fc1b13d66f713b376aefe0092454c1c2bee5d017 Mon Sep 17 00:00:00 2001 From: Poodmund Date: Sat, 15 Feb 2020 16:50:01 +0000 Subject: [PATCH] Revise MH Part Hiding patch Adjust TechHidden key to be created if it doesn't exist already for part and delete contract node for parts that are being hidden. --- .../GameData/ReStockPlus/Patches/MakingHistoryPartHiding.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/MakingHistoryPartHiding.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/MakingHistoryPartHiding.cfg index 149993e2..d1ea737f 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/MakingHistoryPartHiding.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/MakingHistoryPartHiding.cfg @@ -1,7 +1,8 @@ // Hides all the MH replacing parts if MH is installed @PART[*]:HAS[#MHReplacement[True]]:FOR[zzReStockPlus]:NEEDS[SquadExpansion/MakingHistory] { - @TechHidden = True + %TechHidden = True @category = none @subcategory = 0 + !MODULE[ModuleTestSubject] {} }