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:
@@ -418,6 +418,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("trade", option, target, true);
|
swap("trade", option, target, true);
|
||||||
swap("trade-with", option, target, true);
|
swap("trade-with", option, target, true);
|
||||||
|
swap("shop", option, target, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.claimSlime() && target.equals("robin"))
|
if (config.claimSlime() && target.equals("robin"))
|
||||||
|
|||||||
Reference in New Issue
Block a user