Merge pull request #281 from runelite-extended/left-click-eternal-glory

Add left click eternal glory to easyscape
This commit is contained in:
Lucwousin
2019-05-17 06:16:31 +02:00
committed by GitHub

View File

@@ -301,7 +301,7 @@ public class EasyscapePlugin extends Plugin {
} }
if (config.getGlory()) { if (config.getGlory()) {
if (target.toLowerCase().contains("amulet of glory")) { if (target.toLowerCase().contains("amulet of glory") || target.toLowerCase().contains("amulet of eternal glory")) {
switch (config.getGloryMode()) { switch (config.getGloryMode()) {
case EDGEVILLE: case EDGEVILLE:
swap(client, GloryMode.EDGEVILLE.toString(), option, target); swap(client, GloryMode.EDGEVILLE.toString(), option, target);