Skip to content

Commit

Permalink
menu swapper: add Brimhaven cart to Travel option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgermann authored and Adam- committed Jan 20, 2020
1 parent eb90126 commit ed86df8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ else if (config.swapTravel() && option.equals("inspect") && target.equals("trapd
{
swap("travel", option, target, index);
}
else if (config.swapTravel() && option.equals("board") && target.equals("travel cart"))
{
swap("pay-fare", option, target, index);
}
else if (config.swapHarpoon() && option.equals("cage"))
{
swap("harpoon", option, target, index);
Expand Down

0 comments on commit ed86df8

Please sign in to comment.