menu swapper: add Brimhaven cart to Travel option

This commit is contained in:
Alex Germann
2020-01-20 16:21:42 -05:00
committed by Adam
parent eb9012623c
commit ed86df8539
@@ -526,6 +526,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
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);