Skip to content

Commit

Permalink
Add autoequip checks as part of town routine
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlPoppa committed Feb 25, 2025
1 parent 251f8b5 commit 3b7a981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/action/town.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func PreRun(firstRun bool) error {

// Identify - either via Cain or Tome
IdentifyAll(false)
AutoEquip()

// Stash before vendor
Stash(false)
Expand Down Expand Up @@ -87,6 +88,7 @@ func InRunReturnTownRoutine() error {
}

IdentifyAll(false)
AutoEquip()

VendorRefill(false, true)
Stash(false)
Expand Down

0 comments on commit 3b7a981

Please sign in to comment.