Skip to content

Commit

Permalink
Fix a couple of duplicate nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Dec 7, 2024
1 parent e944cf1 commit e8dd1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ModPatches/Rimrats/Patches/Rimrats/ThingDefs_Races.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Rimrat"]/statBases</xpath>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Rimrat"]/statBases/MoveSpeed</xpath>
<value>
<MoveSpeed>3.0</MoveSpeed>
<MeleeDodgeChance>0.2</MeleeDodgeChance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="DV_ApparelArmorEnsignBase"]/equippedStatOffsets/MoveSpeed</xpath>
<xpath>Defs/ThingDef[@Name="DV_ApparelArmorEnsignBase"]/equippedStatOffsets/ToxicEnvironmentResistance</xpath>
<value>
<CarryWeight>50</CarryWeight>
<CarryBulk>8</CarryBulk>
Expand Down

0 comments on commit e8dd1fa

Please sign in to comment.