Skip to content

Commit

Permalink
Give creepers some ammo options
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Aug 7, 2024
1 parent b49bdd5 commit c505622
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Anomaly/Patches/CreepjoinderDefs/Forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
<thingDef>Ammo_303British_FMJ</thingDef>
<countRange>20~40</countRange>
</li>
<li>
<thingDef>Ammo_303British_AP</thingDef>
<countRange>20~40</countRange>
</li>
<li>
<thingDef>Ammo_303British_HP</thingDef>
<countRange>20~40</countRange>
</li>
</subOptionsChooseOne>
</inventoryOptions>
</value>
Expand All @@ -46,6 +54,14 @@
<thingDef>Ammo_44Magnum_FMJ</thingDef>
<countRange>12~24</countRange>
</li>
<li>
<thingDef>Ammo_44Magnum_AP</thingDef>
<countRange>12~24</countRange>
</li>
<li>
<thingDef>Ammo_44Magnum_HP</thingDef>
<countRange>12~24</countRange>
</li>
</subOptionsChooseOne>
</inventoryOptions>
</value>
Expand Down Expand Up @@ -77,6 +93,10 @@
<thingDef>Ammo_6x24mmCharged</thingDef>
<countRange>60~120</countRange>
</li>
<li>
<thingDef>Ammo_6x24mmCharged_AP</thingDef>
<countRange>60~120</countRange>
</li>
</subOptionsChooseOne>
</inventoryOptions>
</value>
Expand Down

0 comments on commit c505622

Please sign in to comment.