MenuEntrySwapper: include "shop" for trade option

Example - the [fishing shop in Witchhaven](https://oldschool.runescape.wiki/w/Lovecraft%27s_Tackle) is `shop`, not `trade`. Don't know if there are others.
This commit is contained in:
cjamcl
2019-06-08 23:59:01 -07:00
committed by GitHub
parent 1eb68559e4
commit 514ae51d5a

View File

@@ -418,6 +418,7 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("trade", option, target, true);
swap("trade-with", option, target, true);
swap("shop", option, target, true);
}
if (config.claimSlime() && target.equals("robin"))