Skip to content

Commit

Permalink
Fix load file hash collision
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 12, 2024
1 parent b3eebfa commit fe67cf7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Mods/Core_SK/Anomaly/Patches/HediffDefs/Hediffs_Mutants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@
</value>
</nomatch>
</Operation>

<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/HediffDef[defName="GhoulPlating"]/tags</xpath>
<value>
<li>ArmorGland</li>
</value>
</Operation>

</Patch>
2 changes: 1 addition & 1 deletion Mods/Core_SK/Patches/EncounterMapResourcesGen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<operations>

<li Class="PatchOperationReplace">
<xpath>Defs/MapGeneratorDef[defName = "Encounter"]/genSteps/li["RocksFromGrid_NoMinerals"]</xpath>
<xpath>Defs/MapGeneratorDef[defName="Encounter"]/genSteps/li["RocksFromGrid_NoMinerals"]</xpath>
<value>
<li>RocksFromGrid</li>
</value>
Expand Down

0 comments on commit fe67cf7

Please sign in to comment.