Skip to content

Commit

Permalink
update alt use vendors release zip
Browse files Browse the repository at this point in the history
need to do this manually cause it's still a legacy mod :/
  • Loading branch information
apple1417 committed Jan 14, 2025
1 parent 5b7911f commit 2e73f90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file modified .legacy/AltUseVendors.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions AltUseVendors/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Alt Use Vendors v2.3
Thanks to @Siggless

- Spending money triggers the removal of the Doppelganger's Money is Power stacks.
- Voicelines play from the vendor instead of the player.
- Prevent null object error on deploying Axton's turret.

## Alt Use Vendors v2.2
- Added sound effects and voicelines, thanks to @Siggless

Expand Down
2 changes: 1 addition & 1 deletion AltUseVendors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class AltUseVendors(SDKMod):
Description: str = (
"Adds alt use binds to vendors, like in BL3/Wonderlands."
)
Version: str = "2.2"
Version: str = "2.3"

Types: ModTypes = ModTypes.Utility
SaveEnabledState: EnabledSaveType = EnabledSaveType.LoadWithSettings
Expand Down

0 comments on commit 2e73f90

Please sign in to comment.