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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user