Skip to content

Commit

Permalink
Fix typo and duplicate field
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Dec 26, 2023
1 parent 67dfc9a commit 8a7ba39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<!-- Vehicle -->
<li Class="PatchOperationAdd"> <!-- Doesn't currently work. -->
<xpath>Defs/Vehicles.VehicleDef[defName="VVE_Toad"]/comps</xpath>
<xpath>Defs/Vehicles.VehicleDef[defName="VVE_Scytheman"]/comps</xpath>
<value>
<li Class="CombatExtended.CompProperties_Charges">
<chargeSpeeds>
Expand Down
4 changes: 1 addition & 3 deletions Patches/Vanilla Vehicles Expanded/VehicleDefs/Tier1/Toad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
<li Class="PatchOperationAdd">
<xpath>Defs/Vehicles.VehicleDef[defName="VVE_Toad"]</xpath>
<value>
<statBases>
<SightsEfficiency>0.5</SightsEfficiency>
</statBases>
<SightsEfficiency>0.5</SightsEfficiency>
</value>
</li>

Expand Down

0 comments on commit 8a7ba39

Please sign in to comment.