Skip to content

Commit

Permalink
fix (AM) ammo for biotech mechs
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas committed May 1, 2024
1 parent 1878cc0 commit e968350
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,30 @@
<combatPower>450</combatPower>
</value>
</li>
<li Class="XmlExtensions.PatchOperationSafeAdd">
<xpath>Defs/ThingDef[
defName="AM_Mech_Lux" or
defName="AM_Mech_Optio" or
defName="AM_Mech_Bellicor" or
defName="AM_Mech_Munifex" or
defName="AM_Apoptosis" or
defName="AM_Mech_Artilleron" or
defName="AM_Siegemelter" or
defName="AM_Mech_Legate" or
defName="AM_Infernus"]</xpath>
<value>
<comps>
<li Class="CombatExtended.CompProperties_Inventory" />
<li>
<compClass>CombatExtended.CompAmmoGiver</compClass>
</li>
<li Class="CombatExtended.CompProperties_MechAmmo">
<gizmoIconSetMagCount>UI/Buttons/SetMagCount</gizmoIconSetMagCount>
<gizmoIconTakeAmmoNow>UI/Buttons/TakeAmmoNow</gizmoIconTakeAmmoNow>
</li>
</comps>
</value>
</li>
</operations>
</match>
</Operation>
Expand Down

0 comments on commit e968350

Please sign in to comment.