Skip to content

Commit

Permalink
update dont stash list
Browse files Browse the repository at this point in the history
  • Loading branch information
Eroica-cpp committed Apr 25, 2017
1 parent 5179769 commit 77d4c97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion AutoStash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ AutoStash.dontStashList = {
item_tpscroll = true,
item_wind_lace = true,
item_boots = true,
item_tranquil_boots = true,
item_phase_boots = true,
item_travel_boots = true,
item_travel_boots_2 = true,
item_quelling_blade = true,
Expand All @@ -28,7 +30,10 @@ AutoStash.dontStashList = {
item_ward_sentry = true,
item_recipe_ward_dispenser = true,
item_ward_dispenser = true,
item_gem = true
item_gem = true,
item_hand_of_midas = true,
item_stout_shield = true,
item_poor_mans_shield = true
}

-- stash items when (1) using soul ring in base; (2) using bottle in base
Expand Down

0 comments on commit 77d4c97

Please sign in to comment.