Skip to content

Commit

Permalink
Merge pull request #3295 from CaptainCrumb/Development
Browse files Browse the repository at this point in the history
Fixed patch for VFE - Deserters
  • Loading branch information
N7Huntsman authored Jul 21, 2024
2 parents c1cc573 + 5c78449 commit 57a7323
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

<!-- Aerodrone Munition Crate -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFED_AerodroneMunitionsCrate"]/comps/li[@Class="VFED.CompProperties_Explosive_Shells"]</xpath>
<xpath>Defs/ThingDef[defName="VFED_AerodroneMunitionsCrate"]/comps/li[@Class="VFECore.CompProperties_Explosive_Shells"]</xpath>
<value>
<li Class="CompProperties_Explosive">
<wickTicks>1000</wickTicks>
Expand All @@ -133,4 +133,4 @@
</value>
</Operation>

</Patch>
</Patch>

0 comments on commit 57a7323

Please sign in to comment.