Merge pull request #96 from ermalsh/cart_pay_mes

Add: "Pay-fare" to swap "Board" on the Travel Cart
This commit is contained in:
Ganom
2019-04-24 20:41:02 -04:00
committed by GitHub

View File

@@ -462,6 +462,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);