Skip to content

Commit

Permalink
Salvage Argenti Fix (#143)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Removes the loaded ammo in the Argenti you can buy from the Salvage
Vend, as originall

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- tweak: Unloaded the ammo from the Argentis in the Salvage Vend.
  • Loading branch information
sleepyyapril authored Jan 10, 2025
2 parents df04756 + ce16606 commit 38134be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@
components:
- type: RevolverAmmoProvider
capacity: 8
proto: CartridgeRifle
chambers: [ False, False, False, False, False, False, False, False ]
ammoSlots: [ null, null, null, null, null, null, null, null ]

0 comments on commit 38134be

Please sign in to comment.