Merge pull request #6180 from deathbeam/swap-poh-perks
Swap "Perks" option with "Admire" for mounted max cape
This commit is contained in:
@@ -45,7 +45,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "swapAdmire",
|
keyName = "swapAdmire",
|
||||||
name = "Admire",
|
name = "Admire",
|
||||||
description = "Swap Admire with Teleport or Spellbook for mounted skill capes."
|
description = "Swap Admire with Teleport, Spellbook and Perks (max cape) for mounted skill capes."
|
||||||
)
|
)
|
||||||
default boolean swapAdmire()
|
default boolean swapAdmire()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -482,6 +482,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("teleport", option, target, true);
|
swap("teleport", option, target, true);
|
||||||
swap("spellbook", option, target, true);
|
swap("spellbook", option, target, true);
|
||||||
|
swap("perks", option, target, true);
|
||||||
}
|
}
|
||||||
else if (config.shiftClickCustomization() && shiftModifier && !option.equals("use"))
|
else if (config.shiftClickCustomization() && shiftModifier && !option.equals("use"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user