Skip to content

Commit

Permalink
fix (MSE) HMC NE compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas committed May 5, 2024
1 parent e968350 commit 44afab0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Pacas Patches Compilation/Mods/0_MSE2/Patches/1_FixHSKParts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@
<Operation Class="PatchOperationRemove">
<xpath>Defs/HediffDef[defName="GTHand" or defName="GTFoot"]</xpath>
</Operation>

<Operation Class="PatchOperationFindMod">
<mods>
<li>HMC Nobility Expanded</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationRemove">
<xpath>Defs/RoyalTitlePermitDef[defName="CyberneticProsthetic"]/modExtensions/li[@Class="NobilityExpanded.PermitExtensionList"]/itemData/li[3]</xpath>
</li>
<li Class="PatchOperationRemove">
<xpath>Defs/RoyalTitlePermitDef[defName="CyberneticProsthetic"]/modExtensions/li[@Class="NobilityExpanded.PermitExtensionList"]/itemData/li[1]</xpath>
</li>
</operations>
</match>
</Operation>

<Operation Class="PatchOperationRemove">
<xpath>Defs/RecipeDef[defName="InstallGTHand" or defName="InstallGTFoot"]</xpath>
</Operation>
Expand Down

0 comments on commit 44afab0

Please sign in to comment.