mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Adjust TechHidden key to be created if it doesn't exist already for part and delete contract node for parts that are being hidden.
9 lines
240 B
INI
9 lines
240 B
INI
// Hides all the MH replacing parts if MH is installed
|
|
@PART[*]:HAS[#MHReplacement[True]]:FOR[zzReStockPlus]:NEEDS[SquadExpansion/MakingHistory]
|
|
{
|
|
%TechHidden = True
|
|
@category = none
|
|
@subcategory = 0
|
|
!MODULE[ModuleTestSubject] {}
|
|
}
|