Skip to content

Commit

Permalink
fix xpath typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jun 1, 2024
1 parent ae87e16 commit f07f615
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</Operation>

<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/ThoughtDef[defName=EnvironmentCold"]</xpath>
<xpath>Defs/ThoughtDef[defName="EnvironmentCold"]</xpath>
<value>
<nullifyingTraits>
<li>ColdLover</li>
Expand All @@ -61,7 +61,7 @@
</Operation>

<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/ThoughtDef[defName=EnvironmentDark"]</xpath>
<xpath>Defs/ThoughtDef[defName="EnvironmentDark"]</xpath>
<value>
<developmentalStageFilter>Baby, Child, Adult</developmentalStageFilter>
<nullifyingTraits>
Expand Down

0 comments on commit f07f615

Please sign in to comment.