- Cleaned up some localization tags and variant ordering/naming

- Fixed MH Part hiding patch
- Fixed MH RSC Mini Tank part name in config
This commit is contained in:
Poodmund
2019-03-02 16:29:19 +00:00
parent 609cfa9c98
commit 8b21e98136
7 changed files with 75 additions and 63 deletions

View File

@ -1,7 +1,7 @@
// Hides all the MH replacing parts if MH is installed
@PART[*]:HAS[MHReplacement[True]]:FOR[zReStockPlus]:NEEDS[SquadExpansion/MakingHistory]
@PART[*]:HAS[#MHReplacement[True]]:FOR[zzReStockPlus]:NEEDS[SquadExpansion/MakingHistory]
{
TechHidden = True
category = none
subcategory = 0
@TechHidden = True
@category = none
@subcategory = 0
}