mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
8b21e98136
- Fixed MH Part hiding patch - Fixed MH RSC Mini Tank part name in config
8 lines
208 B
INI
8 lines
208 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
|
|
}
|