Add: "Pay-fare" to swap "Board" on the Travel Cart

- Integrated within the Travel config option
- Swap Board to Pay-fare for the travel cart near Hajedy
This commit is contained in:
ErmalSh
2019-01-20 16:38:14 -05:00
parent a952ea3bae
commit 857dd2810d

View File

@@ -433,6 +433,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("travel", option, target, true);
}
else if (config.swapTravel() && option.equals("board") && target.equals("travel cart"))
{
swap("pay-fare", option, target, true);
}
else if (config.swapHarpoon() && option.equals("cage"))
{
swap("harpoon", option, target, true);