Skip to content

Commit

Permalink
Fix Light Mech Butcher Product
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Aug 2, 2024
1 parent 365c27c commit 9094c48
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
<value>SK.SK_BaseMechanoidKindDummy</value>
</Operation>

<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/ThingDef[@Name="LightMechanoid"]</xpath>
<value>
<butcherProducts>
<TitaniumBar>2</TitaniumBar>
<DepletedUranium>3</DepletedUranium>
<CarbonAlloy>2</CarbonAlloy>
</butcherProducts>
</value>
</Operation>

<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/ThingDef[ defName="Mech_Lifter" or
defName="Mech_Constructoid" or
Expand Down

0 comments on commit 9094c48

Please sign in to comment.