ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Patches/MakingHistoryPartHiding.cfg

11 lines
258 B
INI
Raw Normal View History

// Hides all the MH replacing parts if MH is installed
@PART[*]:HAS[#MHReplacement[True]]:FOR[zzReStockPlus]:NEEDS[SquadExpansion/MakingHistory]
{
%TechHidden = True
@entryCost = 0
@category = none
@subcategory = 0
!MODULE[ModuleTestSubject] {}
}